diff options
Diffstat (limited to 'www/functions/func_failure.php')
| -rwxr-xr-x | www/functions/func_failure.php | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/www/functions/func_failure.php b/www/functions/func_failure.php deleted file mode 100755 index e54cfaf..0000000 --- a/www/functions/func_failure.php +++ /dev/null @@ -1,13 +0,0 @@ -<?php -/* --PAGE NOT FOUND - 404 -- */ - -//function get_404($working_path, $wrong_folder){ -// include("httperror.php"); -// exit; -//} - -function failure($reason){ - echo "A 404 error occurred. <br>"; - echo $reason; - exit; -} |
