summaryrefslogtreecommitdiff
path: root/www/functions.php
diff options
context:
space:
mode:
authorHorus32014-03-11 21:46:24 +0100
committerHorus32014-03-11 21:46:24 +0100
commit9ed369355660f41919e9eb0086e73c7589cd0dcf (patch)
tree5ce7a36bca3115f0cfd5f0dffe86ae7090f6a963 /www/functions.php
parent3961f4dfd618c6554b47364112bb88988a846993 (diff)
parent2017dfe555bf187fc80145b7a134610ea746d031 (diff)
downloadfiles.iamfabulous.de-9ed369355660f41919e9eb0086e73c7589cd0dcf.tar.gz
Merge branch 'master' of git.iamfabulous.de:files.iamfabulous.de
Diffstat (limited to 'www/functions.php')
-rw-r--r--www/functions.php3
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;
}