mirror of
https://github.com/myvesta/vesta
synced 2025-08-14 18:49:21 -07:00
unsuspend + delete user
This commit is contained in:
parent
baab49bcc2
commit
e7128b4a9f
11 changed files with 139 additions and 26 deletions
|
@ -34,8 +34,8 @@ if ($_SESSION['user'] == 'admin') {
|
|||
}
|
||||
unset($output);
|
||||
|
||||
include($_SERVER['DOCUMENT_ROOT'].'/templates/admin/menu_suspend_user.html');
|
||||
include($_SERVER['DOCUMENT_ROOT'].'/templates/admin/suspend_user.html');
|
||||
include($_SERVER['DOCUMENT_ROOT'].'/templates/admin/menu_unsuspend_user.html');
|
||||
include($_SERVER['DOCUMENT_ROOT'].'/templates/admin/unsuspend_user.html');
|
||||
unset($_SESSION['error_msg']);
|
||||
unset($_SESSION['ok_msg']);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue