mirror of
https://github.com/myvesta/vesta
synced 2025-08-21 05:44:08 -07:00
user function
This commit is contained in:
parent
7bfebfff62
commit
e734d14637
43 changed files with 1280 additions and 54 deletions
|
@ -12,7 +12,7 @@ include($_SERVER['DOCUMENT_ROOT'].'/templates/header.html');
|
|||
top_panel($user,$TAB);
|
||||
|
||||
// Data
|
||||
if ($_SESSION['user'] == 'admin') {
|
||||
//if ($_SESSION['user'] == 'admin') {
|
||||
|
||||
exec (VESTA_CMD."v_list_user_backups $user json", $output, $return_var);
|
||||
check_error($return_var);
|
||||
|
@ -22,7 +22,7 @@ if ($_SESSION['user'] == 'admin') {
|
|||
|
||||
include($_SERVER['DOCUMENT_ROOT'].'/templates/admin/menu_backup.html');
|
||||
include($_SERVER['DOCUMENT_ROOT'].'/templates/admin/list_backup.html');
|
||||
}
|
||||
//}
|
||||
|
||||
// Footer
|
||||
include($_SERVER['DOCUMENT_ROOT'].'/templates/footer.html');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue