mirror of
https://github.com/myvesta/vesta
synced 2025-08-14 18:49:21 -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
|
@ -78,7 +78,7 @@ if ($_SESSION['user'] == 'admin') {
|
|||
send_email($to, $subject, $mailtext, $from);
|
||||
}
|
||||
|
||||
$_SESSION['ok_msg'] = "OK: user <b>".$_POST[v_username]."</b> has been created successfully.";
|
||||
$_SESSION['ok_msg'] = "OK: user <a href='/edit/user/?user=".$_POST[v_username]."'><b>".$_POST[v_username]."</b></a> has been created successfully.";
|
||||
unset($v_username);
|
||||
unset($v_password);
|
||||
unset($v_email);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue