mirror of
https://github.com/serghey-rodin/vesta.git
synced 2025-08-14 18:49:17 -07:00
refactoring user section: new html formating
This commit is contained in:
parent
89b9db535d
commit
427b254138
22 changed files with 1825 additions and 1443 deletions
|
@ -74,7 +74,7 @@ if ($_SESSION['user'] == 'admin') {
|
|||
$interfaces = json_decode(implode('', $output), true);
|
||||
unset($output);
|
||||
|
||||
exec (VESTA_CMD."v_list_sys_users 'json'", $output, $return_var);
|
||||
exec (VESTA_CMD."v_list_users 'json'", $output, $return_var);
|
||||
$users = json_decode(implode('', $output), true);
|
||||
unset($output);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue