Dumb commit because I had an extraneous _

This commit is contained in:
Andrew 2021-08-06 01:08:33 -04:00
parent 41846e34a9
commit 4bb798fd0c

View File

@ -254,7 +254,7 @@ class PanelHandler(BaseHandler):
self.redirect("/panel/server_detail?id={}&subpage=backup".format(server_id))
elif page == 'panel_config':
if exec_user['super_user']:
if exec_user['superuser'] == 1:
page_data['users'] = db_helper.get_all_users()
page_data['roles'] = db_helper.get_all_roles()
else: