mirror of
https://github.com/aljazceru/CTFd.git
synced 2025-12-24 01:04:20 +01:00
Allow CTFd to run with script_root != '/' and PostgreSQL (#125)
Also, Add WSGI config example
This commit is contained in:
committed by
Kevin Chung
parent
a9b79770f8
commit
6b2257236f
@@ -172,4 +172,4 @@ def login():
|
||||
def logout():
|
||||
if authed():
|
||||
session.clear()
|
||||
return redirect('/')
|
||||
return redirect(url_for('views.static_html'))
|
||||
|
||||
Reference in New Issue
Block a user