mirror of
https://github.com/myvesta/vesta
synced 2025-08-21 13:54:28 -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
|
@ -48,7 +48,7 @@ if ($_SESSION['user'] == 'admin') {
|
|||
$v_status = 'active';
|
||||
}
|
||||
|
||||
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