Optimize the ssl application process

This commit is contained in:
jose
2019-07-13 14:31:34 +08:00
parent 1af5141138
commit df1ca5bbae
8 changed files with 175 additions and 129 deletions
+1 -1
View File
@@ -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.2'
g.version = '6.1.3'
g.title = public.GetConfigValue('title')
g.uri = request.path
session['version'] = g.version;