mirror of
https://github.com/serghey-rodin/vesta.git
synced 2025-08-21 13:54:26 -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
|
@ -62,7 +62,7 @@ if ($_SESSION['user'] == 'admin') {
|
|||
unset($v_password);
|
||||
unset($output);
|
||||
} else {
|
||||
$_SESSION['ok_msg'] = "OK: ip <b>".$_POST['v_ip']."</b> has been created successfully.";
|
||||
$_SESSION['ok_msg'] = "OK: ip <a href='/edit/ip/?ip=".$_POST['v_ip']."'><b>".$_POST['v_ip']."</b></a> has been created successfully.";
|
||||
unset($v_ip);
|
||||
unset($v_netmask);
|
||||
unset($v_name);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue