summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authoroweissbarth2014-03-11 20:31:58 +0100
committeroweissbarth2014-03-11 20:31:58 +0100
commit2017dfe555bf187fc80145b7a134610ea746d031 (patch)
tree6529612ad68bb4fdc2fe7e1ec88292b2a8272d71 /www
parent40a60e461b83bf08d2bd681aa68e20f14f80c6d6 (diff)
downloadfiles.iamfabulous.de-2017dfe555bf187fc80145b7a134610ea746d031.tar.gz
registerd 404 page
Diffstat (limited to 'www')
-rw-r--r--www/functions.php3
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;
}