Skip to content

Commit 2d7b0ad

Browse files
committed
fixed cmd path
1 parent d3c0d8c commit 2d7b0ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web/list/log/index.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
// Data
1515
if ($_SESSION['user'] == 'admin') {
1616

17-
exec (VESTA_CMD."v_list_user_log $user json", $output, $return_var);
17+
exec (VESTA_CMD."v-list-user-log $user json", $output, $return_var);
1818
check_error($return_var);
1919
$data = json_decode(implode('', $output), true);
2020
$data = array_reverse($data);

0 commit comments

Comments
 (0)