mirror of
https://github.com/fHDHR/fHDHR_NextPVR.git
synced 2025-12-06 13:06:59 -05:00
Cleanup obsolete code from first webUI iteration
This commit is contained in:
parent
5b1c9b303b
commit
7e4eea1d76
@ -83,7 +83,7 @@ class fHDHR_HTTP_Server():
|
||||
methods=endpoint_methods)
|
||||
|
||||
def isapath(self, item):
|
||||
not_a_page_list = ["fhdhr", "htmlerror", "page_elements"]
|
||||
not_a_page_list = ["fhdhr"]
|
||||
if item in not_a_page_list:
|
||||
return False
|
||||
elif item.startswith("__") and item.endswith("__"):
|
||||
|
||||
Loading…
Reference in New Issue
Block a user