[fix] the sql db creation page should redirect to the db info page

This commit is contained in:
alban 2017-10-07 19:30:41 +02:00
parent 8ce71b17fc
commit 68563797af
1 changed files with 1 additions and 2 deletions
bureau/admin

View File

@ -50,7 +50,6 @@ if($mysql->add_db($dbname)) {
$msg->raise("INFO", "mysql", _("The database '%s' has been created."),$dbname);
}
#header('Location: sql_getparam.php?dbname='.htmlentities($dbname));
include("sql_list.php");
header('Location: sql_getparam.php?dbname='.htmlentities($dbname));
?>