summaryrefslogtreecommitdiffstats
path: root/errors.php
diff options
context:
space:
mode:
authorraylu <raylu@cmu.edu>2011-04-07 00:27:27 -0400
committerraylu <raylu@cmu.edu>2011-04-07 00:27:27 -0400
commitf8c9eb5220afaf2f9a62f9a176a45913240f4081 (patch)
tree99775178acfcef6e86e39184be0ac96083042f1b /errors.php
downloadpathery-f8c9eb5220afaf2f9a62f9a176a45913240f4081.tar.xz
Initial import from Dropbox
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