$fullPathFile="http://".str_replace("//","/",$_SERVER['SERVER_NAME'].$_SERVER['REQUEST_URI']);
$fullPathFile2 = $_SERVER['SERVER_NAME'].$_SERVER['REQUEST_URI'];
//echo $fullPathFile;
if( $fullPathFile == "http://psru.allsmartmeter.com/energy"){
//echo "Here";
echo "";
exit();
}
if( $fullPathFile == "http://psru.allsmartmeter.com" || $fullPathFile == "http://psru.allsmartmeter.com/"){
//echo "Here";
echo "";
exit();
}
//echo $fullPathFile;
?>