View Single Post
Old 02-02-2012, 01:29 PM   #2
ISPsystem team
 
slava's Avatar
 
Join Date: May 2008
Location: ISPsystem
Posts: 588
slava is on a distinguished road
Default

This is error in scripts, you should use
if(isset($_SERVER["HTTP_REFERER"]))$refer=$_SERVER["HTTP_REFERER"]);

or disable notices in php.ini
slava is offline   Reply With Quote