mirror of
https://github.com/usmannasir/cyberpanel.git
synced 2025-11-05 12:55:44 +01:00
version update in file
This commit is contained in:
@@ -69,6 +69,9 @@ class secMiddleware:
|
|||||||
# if os.path.exists(ProcessUtilities.debugPath):
|
# if os.path.exists(ProcessUtilities.debugPath):
|
||||||
# logging.writeToFile(f'Final actual URL without QS {FinalURL}')
|
# logging.writeToFile(f'Final actual URL without QS {FinalURL}')
|
||||||
|
|
||||||
|
if os.path.exists(ProcessUtilities.debugPath):
|
||||||
|
logging.writeToFile(f'Request method {request.method.lower()}')
|
||||||
|
|
||||||
if request.method.lower() == 'post' or request.method.lower() == 'options':
|
if request.method.lower() == 'post' or request.method.lower() == 'options':
|
||||||
try:
|
try:
|
||||||
|
|
||||||
|
|||||||
@@ -1 +1 @@
|
|||||||
{"version":"2.3","build":5}
|
{"version":"2.3","build":8}
|
||||||
Reference in New Issue
Block a user