diff options
Diffstat (limited to 'customization/errorpage/401.shtml')
-rw-r--r-- | customization/errorpage/401.shtml | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/customization/errorpage/401.shtml b/customization/errorpage/401.shtml index 80a197c..d6cfe68 100644 --- a/customization/errorpage/401.shtml +++ b/customization/errorpage/401.shtml @@ -1,5 +1,6 @@ <!--#set var="ERRORPAGE_CODE" value="401" --> <!--#set var="ERRORPAGE_TEXT" value="Unauthorized" --> -<!--#set var="ERRORPAGE_INFO" value="This server could not verify that you are authorized to access this resource." --> -<!--#include file="main.shtml" -->
\ No newline at end of file +<!--#include file="header.shtml" --> + <div>This server could not verify that you are authorized to access this resource.</div> +<!--#include file="footer.shtml" -->
\ No newline at end of file |