diff options
Diffstat (limited to 'www/functions/func_failure.php')
| -rw-r--r-- | www/functions/func_failure.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/functions/func_failure.php b/www/functions/func_failure.php index cff18a0..f7eb43f 100644 --- a/www/functions/func_failure.php +++ b/www/functions/func_failure.php @@ -2,7 +2,7 @@ /* --PAGE NOT FOUND - 404 -- */ function get_404($working_path, $wrong_folder){ - include("404.php"); + include("httperror.php"); exit; } |
