From 2017dfe555bf187fc80145b7a134610ea746d031 Mon Sep 17 00:00:00 2001 From: oweissbarth Date: Tue, 11 Mar 2014 20:31:58 +0100 Subject: registerd 404 page --- www/functions.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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.
"; +// echo "Sorry, page not found.
"; // select($db); + include("404.php"); exit; } -- cgit v1.2.3