summaryrefslogtreecommitdiff
path: root/www/error403.php
diff options
context:
space:
mode:
Diffstat (limited to 'www/error403.php')
-rw-r--r--www/error403.php4
1 files changed, 4 insertions, 0 deletions
diff --git a/www/error403.php b/www/error403.php
new file mode 100644
index 0000000..0fd1c9b
--- /dev/null
+++ b/www/error403.php
@@ -0,0 +1,4 @@
+<?
+ header("location: /");
+ exit;
+?>