added verbose output on db created

This commit is contained in:
Serghey Rodin 2012-07-11 17:47:05 +03:00
commit 7ab90accb1

View file

@ -53,7 +53,7 @@ top_panel($user,$TAB);
unset($v_password);
unset($output);
} else {
$_SESSION['ok_msg'] = "OK: database <b>".$_POST['v_database']."</b> has been created successfully.";
$_SESSION['ok_msg'] = "OK: database <b>".$user."_".$_POST['v_database']."</b> has been created successfully.";
unset($v_database);
unset($v_dbuser);
unset($v_password);