summaryrefslogtreecommitdiffstats
path: root/errors.php
blob: 05a717a935404575065a2a37f72f5427a4ae1571 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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>";



?>