mirror of
https://github.com/serghey-rodin/vesta.git
synced 2025-08-14 18:49:17 -07:00
fixed cmd path
This commit is contained in:
parent
d3c0d8cba3
commit
2d7b0ad1f2
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ top_panel($user,$TAB);
|
|||
// Data
|
||||
if ($_SESSION['user'] == 'admin') {
|
||||
|
||||
exec (VESTA_CMD."v_list_user_log $user json", $output, $return_var);
|
||||
exec (VESTA_CMD."v-list-user-log $user json", $output, $return_var);
|
||||
check_error($return_var);
|
||||
$data = json_decode(implode('', $output), true);
|
||||
$data = array_reverse($data);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue