Try the mobile interface link in site

This commit is contained in:
mdipierro
2012-10-05 10:38:58 -05:00
parent 41d234bf48
commit 231a3e1278
6 changed files with 9 additions and 5 deletions
+2 -2
View File
@@ -147,8 +147,8 @@ if request.controller == "webservices":
time.sleep(10)
raise HTTP(403,"Not authorized")
elif not session.authorized and not \
(request.controller == 'default' and \
request.function in ('index','user')):
(request.controller+'/'+request.function in
('default/index','default/user','plugin_jqmobile/index','plugin_jqmobile/about')):
if request.env.query_string:
query_string = '?' + request.env.query_string