Browse Source

added verbose output on db created

Serghey Rodin 13 years ago
parent
commit
7ab90accb1
1 changed files with 1 additions and 1 deletions
  1. 1 1
      web/add/db/index.php

+ 1 - 1
web/add/db/index.php

@@ -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);