Skip to content

Commit 7ab90ac

Browse files
committed
added verbose output on db created
1 parent 1ebb764 commit 7ab90ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web/add/db/index.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
unset($v_password);
5454
unset($output);
5555
} else {
56-
$_SESSION['ok_msg'] = "OK: database <b>".$_POST['v_database']."</b> has been created successfully.";
56+
$_SESSION['ok_msg'] = "OK: database <b>".$user."_".$_POST['v_database']."</b> has been created successfully.";
5757
unset($v_database);
5858
unset($v_dbuser);
5959
unset($v_password);

0 commit comments

Comments
 (0)