/uploads/example.txt





My Site


 0 || substr_count($page,'~') > 0 || $page == '.htaccess'){
	echo '

Sorry, the page you are looking can not be fond.

'; $page = 'home'; } } //Build the final file path $full = './pages/'.$page.'.html'; //Check file if(!is_file($full) || is_dir($full) || !file_exists($full)){ echo '

Sorry, the page you are looking can not be fond.

'; }else{ require_once($full); } ?>