From 7ab90accb1fb6013f4f4ae3a3414c01610185be5 Mon Sep 17 00:00:00 2001 From: Serghey Rodin Date: Wed, 11 Jul 2012 17:47:05 +0300 Subject: [PATCH] added verbose output on db created --- web/add/db/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/add/db/index.php b/web/add/db/index.php index bca488701..e45ad2418 100644 --- a/web/add/db/index.php +++ b/web/add/db/index.php @@ -53,7 +53,7 @@ top_panel($user,$TAB); unset($v_password); unset($output); } else { - $_SESSION['ok_msg'] = "OK: database ".$_POST['v_database']." has been created successfully."; + $_SESSION['ok_msg'] = "OK: database ".$user."_".$_POST['v_database']." has been created successfully."; unset($v_database); unset($v_dbuser); unset($v_password);