diff --git a/source/webui/pages/errors/401.php b/source/webui/pages/errors/401.php new file mode 100644 index 0000000..779d46a --- /dev/null +++ b/source/webui/pages/errors/401.php @@ -0,0 +1,9 @@ +request(); + +$this->smarty->assign('requested_page', $req->request_string()); + + +?> \ No newline at end of file diff --git a/source/webui/templates/errors/401.tpl b/source/webui/templates/errors/401.tpl new file mode 100644 index 0000000..b1f46a9 --- /dev/null +++ b/source/webui/templates/errors/401.tpl @@ -0,0 +1,5 @@ +

This page is not accessible.

+

+ The page you requested ({$requested_page|escape:html}) could not be opened. + Please ensure you are logged in and have permission to access this page. +

\ No newline at end of file