diff --git a/stack/monitor/webfiles/index.cgi.in b/stack/monitor/webfiles/index.cgi.in index 1b462fad72a29ca595d54c23b1cde287a8ec3d69..84a30e1bbf87f28336eb06e9f6d635e8bcdb2772 100755 --- a/stack/monitor/webfiles/index.cgi.in +++ b/stack/monitor/webfiles/index.cgi.in @@ -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: