update 6.1.5

This commit is contained in:
jose
2019-07-30 09:35:24 +08:00
parent 3fe1491197
commit 1ea4c504cb
14 changed files with 902 additions and 438 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.4'
g.version = '6.1.5'
g.title = public.GetConfigValue('title')
g.uri = request.path
session['version'] = g.version;