diff options
Diffstat (limited to 'www/functions.php')
| -rw-r--r-- | www/functions.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/functions.php b/www/functions.php index 091a1a1..22d0235 100644 --- a/www/functions.php +++ b/www/functions.php @@ -254,8 +254,9 @@ function register($db){ /* --PAGE NOT FOUND - 404 -- */ function get_404(){ - echo "Sorry, page not found. <br>"; +// echo "Sorry, page not found. <br>"; // select($db); + include("404.php"); exit; } |
