Commit 63143684 authored by Nicolas Wavrant's avatar Nicolas Wavrant

stack-monitor: fix in cookie http header

parent bcc00301
......@@ -64,7 +64,6 @@ def make_menu():
# Beginning of response
print "Content-Type: text/html"
print
# Check if user is logged
if "password" in form:
......@@ -83,6 +82,8 @@ else:
else:
password = None
print '\n'
if not password or password != '{{ password }}':
print "<html><body>"
if password is None:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment