[fix] the sql db creation page should redirect to the db info page
This commit is contained in:
parent
8ce71b17fc
commit
68563797af
|
@ -50,7 +50,6 @@ if($mysql->add_db($dbname)) {
|
||||||
$msg->raise("INFO", "mysql", _("The database '%s' has been created."),$dbname);
|
$msg->raise("INFO", "mysql", _("The database '%s' has been created."),$dbname);
|
||||||
}
|
}
|
||||||
|
|
||||||
#header('Location: sql_getparam.php?dbname='.htmlentities($dbname));
|
header('Location: sql_getparam.php?dbname='.htmlentities($dbname));
|
||||||
include("sql_list.php");
|
|
||||||
|
|
||||||
?>
|
?>
|
||||||
|
|
Loading…
Reference in New Issue