@@ -11,7 +11,7 @@
$pos = strpos($_SERVER['HTTP_REFERER'],getenv('HTTP_HOST'));
if($pos===false) {
- die(print_r($SERVER));
+ print_r($_SERVER);
}
/**