//print $_SERVER['REMOTE_ADDR']; if ( strpos( $_SERVER['REMOTE_ADDR'], "192.168" ) !== FALSE ) { require("index2.php"); exit; } ?>