ERROR
ERROR_REPORTING(0); $URLASSOLUTO="https://www.loptex.it/"; if(isset($_GET['p1'])){ $p1 = $_GET['p1']; } if(isset($_GET['fold'])){ $fold=$_GET['fold']; } if ($p1=='') { $p1 = 'home'; } if ( !file_exists ("modules/".$p1.".php" ) || !file_exists( "modules/".$fold."/".$p1.".php" ) || $p1 == "404"){ header('HTTP/1.0 404 Not Found'); } ?>