refactoring user section: new html formating

This commit is contained in:
Serghey Rodin 2012-09-10 14:06:30 +03:00
commit 427b254138
22 changed files with 1825 additions and 1443 deletions

View file

@ -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);