diff --git a/class/common.py b/class/common.py index a8a68ff0..5742cfc2 100644 --- a/class/common.py +++ b/class/common.py @@ -26,7 +26,7 @@ class panelSetup: ua = g.ua.lower() if ua.find('spider') != -1 or g.ua.find('bot') != -1: return redirect('https://www.google.com') - g.version = '6.8.16' + g.version = '6.8.17' g.title = public.GetConfigValue('title') g.uri = request.path g.debug = os.path.exists('data/debug.pl')