Просмотр исходного кода

ensure that the list of ips is unique

Oliver Payne 11 лет назад
Родитель
Сommit
d9da8e4d6f
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      web/add/web/index.php

+ 1 - 1
web/add/web/index.php

@@ -335,7 +335,7 @@ $v_ftp_email = $panel[$user]['CONTACT'];
 
 // List IP addresses
 exec (VESTA_CMD."v-list-user-ips ".$user." json", $output, $return_var);
-$ips = json_decode(implode('', $output), true);
+$ips = array_unique(json_decode(implode('', $output), true));
 unset($output);
 
 // List web stat engines