Surplus_Up (2DU) 6 anni fa
parent
commit
0b619326c4
1 ha cambiato i file con 2 aggiunte e 0 eliminazioni
  1. 2 0
      route/tool/func.py

+ 2 - 0
route/tool/func.py

@@ -682,6 +682,8 @@ def load_skin(data = '', set_n = 0):
     return div2
     
 def view_check(name):
+    ip = ip_check()
+    
     curs.execute("select view from acl where title = ?", [name])
     acl_data = curs.fetchall()
     if acl_data: