/* --PAGE NOT FOUND - 404 -- */ function get_404($working_path, $wrong_folder){ include("404.php"); exit; } function failure($reason){ echo "A 404 error occurred.
"; echo $reason; exit; }