2DU 8 anni fa
parent
commit
50cc6d757a
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      app.py

+ 1 - 1
app.py

@@ -319,7 +319,7 @@ def admin_list():
     i = 1
     div = '<div>'
     
-    curs.execute("select * from user where acl = 'admin' or acl = 'owner'")
+    curs.execute("select * from user where not acl = 'user'")
     user_data = curs.fetchall()
     if(user_data):
         for data in user_data: