Ver Fonte

버그 수정 2

2DU há 8 anos atrás
pai
commit
50cc6d757a
1 ficheiros alterados com 1 adições e 1 exclusões
  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: