mirror of https://gitlab.com/bashrc2/epicyon
Debug
parent
57ecb7bcd3
commit
a3b1d1b23f
|
@ -7770,7 +7770,7 @@ class PubServer(BaseHTTPRequestHandler):
|
||||||
# for news instances if not logged in then show the
|
# for news instances if not logged in then show the
|
||||||
# front page
|
# front page
|
||||||
divertPath = '/users/news'
|
divertPath = '/users/news'
|
||||||
if debug:
|
# if debug:
|
||||||
print('DEBUG: divertToLoginScreen=' +
|
print('DEBUG: divertToLoginScreen=' +
|
||||||
str(divertToLoginScreen))
|
str(divertToLoginScreen))
|
||||||
print('DEBUG: authorized=' + str(authorized))
|
print('DEBUG: authorized=' + str(authorized))
|
||||||
|
|
Loading…
Reference in New Issue