We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1ebb764 commit 7ab90acCopy full SHA for 7ab90ac
1 file changed
web/add/db/index.php
@@ -53,7 +53,7 @@
53
unset($v_password);
54
unset($output);
55
} else {
56
- $_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.";
57
unset($v_database);
58
unset($v_dbuser);
59
0 commit comments