mirror of
https://github.com/myvesta/vesta
synced 2025-08-19 21:04:07 -07:00
right sidebar list 15 last logs
This commit is contained in:
parent
9c9c06c2dc
commit
5cbbbbcb06
1 changed files with 1 additions and 1 deletions
|
@ -123,7 +123,7 @@
|
|||
<div>
|
||||
<?php
|
||||
$output='';
|
||||
exec (VESTA_CMD."v-list-user-log ".$CURRENT_USER_FINAL." json 25", $output, $return_var);
|
||||
exec (VESTA_CMD."v-list-user-log ".$CURRENT_USER_FINAL." json 15", $output, $return_var);
|
||||
check_error($return_var);
|
||||
$data = json_decode(implode('', $output), true);
|
||||
foreach ($data as $key => $value) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue