Show DB parameters after creation

This commit is contained in:
Alan Garcia 2012-09-07 16:23:05 +00:00
parent f76349094a
commit 4faba289bb
1 changed files with 2 additions and 2 deletions

View File

@ -52,7 +52,7 @@ if(!$mysql->add_db($dbname)) {
exit; exit;
} }
header('Location: sql_getparam.php?dbname='.htmlentities($dbname));
include("sql_list.php"); #include("sql_list.php");
?> ?>