diff options
| author | oweissbarth | 2014-03-11 20:31:58 +0100 |
|---|---|---|
| committer | oweissbarth | 2014-03-11 20:31:58 +0100 |
| commit | 2017dfe555bf187fc80145b7a134610ea746d031 (patch) | |
| tree | 6529612ad68bb4fdc2fe7e1ec88292b2a8272d71 /www/functions.php | |
| parent | 40a60e461b83bf08d2bd681aa68e20f14f80c6d6 (diff) | |
| download | files.iamfabulous.de-2017dfe555bf187fc80145b7a134610ea746d031.tar.gz | |
registerd 404 page
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; } |
