reverted to bs2 for an early release

This commit is contained in:
mdipierro
2014-08-26 14:29:15 -05:00
parent 6f42bac66d
commit 3738f7dc7a
47 changed files with 709 additions and 1037 deletions
@@ -32,7 +32,7 @@ try:
except:
hosts = (http_host, )
if request.is_https:
if request.env.http_x_forwarded_for or request.is_https:
session.secure()
elif (remote_addr not in hosts) and (remote_addr != "127.0.0.1") and \
(request.function != 'manage'):