diff options
Diffstat (limited to 'customization/errorpage/403.shtml')
-rw-r--r-- | customization/errorpage/403.shtml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/customization/errorpage/403.shtml b/customization/errorpage/403.shtml new file mode 100644 index 0000000..fb59017 --- /dev/null +++ b/customization/errorpage/403.shtml @@ -0,0 +1,6 @@ +<!--#set var="ERRORPAGE_CODE" value="403" --> +<!--#set var="ERRORPAGE_TEXT" value="Forbidden" --> + +<!--#include file="header.shtml" --> + <div>You don't have permission to access the requested resource.</div> +<!--#include file="footer.shtml" -->
\ No newline at end of file |