mirror of
https://github.com/serghey-rodin/vesta.git
synced 2025-08-14 18:49:17 -07:00
added links in status string
This commit is contained in:
parent
6053b90fbd
commit
949763b7dc
30 changed files with 64 additions and 55 deletions
|
@ -53,7 +53,7 @@ top_panel($user,$TAB);
|
|||
unset($v_password);
|
||||
unset($output);
|
||||
} else {
|
||||
$_SESSION['ok_msg'] = "OK: database <b>".$user."_".$_POST['v_database']."</b> has been created successfully.";
|
||||
$_SESSION['ok_msg'] = "OK: database <a href='/edit/db/?database=".$user."_".$_POST['v_database']."'><b>".$user."_".$_POST['v_database']."</b></a> has been created successfully.";
|
||||
unset($v_database);
|
||||
unset($v_dbuser);
|
||||
unset($v_password);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue