master
Aevann 2023-07-07 23:46:49 +03:00
parent 0e6ec728f1
commit a2cadc3815
1 changed files with 1 additions and 0 deletions

View File

@ -64,6 +64,7 @@ def calc_users():
if get_setting('ddos_detected'):
toggle_setting('ddos_detected')
set_security_level('high')
return ''
def get_logged_in_user():
if hasattr(g, 'v') and g.v: return g.v