diff --git a/class/ajax.py b/class/ajax.py index 065bbc0e..4e28b340 100644 --- a/class/ajax.py +++ b/class/ajax.py @@ -484,17 +484,12 @@ class ajax: if 'updateInfo' in session and hasattr(get,'check') == False: updateInfo = session['updateInfo']; else: - login_temp = 'data/login.temp'; - if os.path.exists(login_temp): - logs = public.readFile(login_temp) - os.remove(login_temp); - else: - logs = ''; + logs = ''; import psutil,system,sys mem = psutil.virtual_memory(); - import panelPlugin mplugin = panelPlugin.panelPlugin(); + mplugin.ROWS = 10000; panelsys = system.system(); data = {} diff --git a/class/common.py b/class/common.py index b9dd79f1..3d6f2405 100644 --- a/class/common.py +++ b/class/common.py @@ -27,7 +27,7 @@ class panelSetup: if ua: ua = ua.lower(); if ua.find('spider') != -1 or ua.find('bot') != -1: return redirect('https://www.baidu.com'); - g.version = '6.1.0' + g.version = '6.1.1' g.title = public.GetConfigValue('title') g.uri = request.path session['version'] = g.version;