mirror of
https://github.com/myvesta/vesta
synced 2025-08-14 02:28:05 -07:00
ip list fix
This commit is contained in:
parent
22e836c4d3
commit
d45f42783d
1 changed files with 1 additions and 1 deletions
|
@ -356,7 +356,7 @@ $v_ftp_email = $panel[$user]['CONTACT'];
|
|||
|
||||
// List IP addresses
|
||||
exec (VESTA_CMD."v-list-user-ips ".$user." json", $output, $return_var);
|
||||
$ips = array_unique(json_decode(implode('', $output), true));
|
||||
$ips = json_decode(implode('', $output), true);
|
||||
unset($output);
|
||||
|
||||
// List web stat engines
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue