Show DB parameters after creation
This commit is contained in:
parent
f76349094a
commit
4faba289bb
|
@ -52,7 +52,7 @@ if(!$mysql->add_db($dbname)) {
|
|||
exit;
|
||||
}
|
||||
|
||||
|
||||
include("sql_list.php");
|
||||
header('Location: sql_getparam.php?dbname='.htmlentities($dbname));
|
||||
#include("sql_list.php");
|
||||
|
||||
?>
|
||||
|
|
Loading…
Reference in New Issue