summaryrefslogtreecommitdiffstats
path: root/errors.php
blob: 1ac48db5c0d023e773de9f4803aeff61559e4a67 (plain)
1
2
3
4
5
6
7
8
9
<?PHP

Echo "You're here because of error: $_GET[error] ";

Echo "<br />$_SERVER[HTTP_REFERER]";

Echo "<br /><a href='http://www.pathery.com'>Go back to Home</a>";

?>