We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b28aac5 commit d9da8e4Copy full SHA for d9da8e4
web/add/web/index.php
@@ -335,7 +335,7 @@
335
336
// List IP addresses
337
exec (VESTA_CMD."v-list-user-ips ".$user." json", $output, $return_var);
338
-$ips = json_decode(implode('', $output), true);
+$ips = array_unique(json_decode(implode('', $output), true));
339
unset($output);
340
341
// List web stat engines
0 commit comments