pull/109/head
midoks 6 years ago
parent 7ffe8072bd
commit 4a751411c7
  1. 2
      route/__init__.py
  2. 2
      route/templates/default/config.html

@ -76,7 +76,7 @@ def funConvert(fun):
def isLogined():
if 'login' in session and 'username' in session:
if 'login' in session and 'username' in session and session['login'] == True:
return True
return False

@ -197,7 +197,7 @@
text-align: center;
}
</style>
<script src="/static/js/config.js?v={{config.version}}"></script>
<script src="/static/app/config.js?v={{config.version}}"></script>
<script type="text/javascript">
// setCookie('serverType','$web.ctx.session.webserver');
</script>

Loading…
Cancel
Save