mirror of
https://github.com/myvesta/vesta
synced 2025-08-21 05:44:08 -07:00
Redesign of hosting panel
This commit is contained in:
parent
2afbc2cddf
commit
c3d0c17c51
27 changed files with 3143 additions and 1830 deletions
|
@ -100,7 +100,7 @@ if (!empty($_POST['ok'])) {
|
|||
// Flush field values on success
|
||||
if (empty($_SESSION['error_msg'])) {
|
||||
$_SESSION['ok_msg'] = __('USER_CREATED_OK',htmlentities($_POST['v_username']),htmlentities($_POST['v_username']));
|
||||
$_SESSION['ok_msg'] .= " / <a href=/login/?loginas=".htmlentities($_POST['v_username'])."&token=".htmlentities($_SESSION['token']).">" . __('login as') ." ".htmlentities($_POST['v_username']). "</a>";
|
||||
$_SESSION['ok_msg'] .= " / <a style=\"text-decoration: underline;\" href=\"/login/?loginas=".htmlentities($_POST['v_username'])."&token=".htmlentities($_SESSION['token'])."\">" . __('login as') ." ".htmlentities($_POST['v_username']). "</a>";
|
||||
unset($v_username);
|
||||
unset($v_password);
|
||||
unset($v_email);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue