summaryrefslogtreecommitdiffstats
path: root/errors.php
diff options
context:
space:
mode:
Diffstat (limited to 'errors.php')
-rw-r--r--errors.php15
1 files changed, 15 insertions, 0 deletions
diff --git a/errors.php b/errors.php
new file mode 100644
index 0000000..05a717a
--- /dev/null
+++ b/errors.php
@@ -0,0 +1,15 @@
+<?PHP
+
+
+
+
+
+Echo "You're here because of error: $_GET[error] ";
+
+Echo "<br />$_SERVER[HTTP_REFERER]";
+
+Echo "<br /><a href='http://www.snapems.com'>Go back to Home</a>";
+
+
+
+?> \ No newline at end of file