Roman Dmitriev hace 2 años
padre
commit
0735479d08
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      html/admin/iplist/index.php

+ 2 - 2
html/admin/iplist/index.php

@@ -38,9 +38,9 @@ $_SESSION[$page_url]['ip']=$f_ip;
 $ip_list_type_filter='';
 $ip_list_type_filter='';
 if ($ip_type>0) {
 if ($ip_type>0) {
     //dhcp
     //dhcp
-    if ($ip_type===2) { $ip_list_type_filter = " and (User_auth.dhcp_action NOT IN ('arp', 'netflow')"; }
+    if ($ip_type===2) { $ip_list_type_filter = " and (User_auth.dhcp_action NOT IN ('arp', 'netflow'))"; }
     //static
     //static
-    if ($ip_type===1) { $ip_list_type_filter = " and (User_auth.dhcp_action IN ('arp', 'netflow')"; }
+    if ($ip_type===1) { $ip_list_type_filter = " and (User_auth.dhcp_action IN ('arp', 'netflow'))"; }
     }
     }
 
 
 $ip_where = '';
 $ip_where = '';