v6.3.10.0

Changelog: https://roxy-wi.org/changelog#6_3_10
This commit is contained in:
Aidaho
2023-04-16 16:43:05 +03:00
parent afea8cbd1d
commit db22bf0884
4 changed files with 45 additions and 27 deletions

View File

@@ -924,8 +924,8 @@ def get_dick_permit(**kwargs):
""".format(group=grp, disable=disable, type_ip=type_ip, ip=ip, haproxy=haproxy, nginx=nginx, keepalived=keepalived, apache=apache)
except Exception as e:
print(str(e))
print('<meta http-equiv="refresh" content="0; url=/app/login.py">')
raise Exception(f'error: {e}')
try:
cursor.execute(sql)
except Exception as e: