Skip to content

Commit d45f427

Browse files
committed
ip list fix
1 parent 22e836c commit d45f427

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web/add/web/index.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -356,7 +356,7 @@
356356

357357
// List IP addresses
358358
exec (VESTA_CMD."v-list-user-ips ".$user." json", $output, $return_var);
359-
$ips = array_unique(json_decode(implode('', $output), true));
359+
$ips = json_decode(implode('', $output), true);
360360
unset($output);
361361

362362
// List web stat engines

0 commit comments

Comments
 (0)