1
0
mirror of https://github.com/fHDHR/fHDHR_NextPVR.git synced 2025-12-06 15:06:59 -05:00

Cleanup obsolete code from first webUI iteration

This commit is contained in:
deathbybandaid 2020-12-20 10:26:20 -05:00
parent 5b1c9b303b
commit 7e4eea1d76

View File

@ -83,7 +83,7 @@ class fHDHR_HTTP_Server():
methods=endpoint_methods) methods=endpoint_methods)
def isapath(self, item): def isapath(self, item):
not_a_page_list = ["fhdhr", "htmlerror", "page_elements"] not_a_page_list = ["fhdhr"]
if item in not_a_page_list: if item in not_a_page_list:
return False return False
elif item.startswith("__") and item.endswith("__"): elif item.startswith("__") and item.endswith("__"):