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 d3892bb..f301cea 100644 --- a/www/functions.php +++ b/www/functions.php @@ -259,8 +259,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; } |
