]> source.dussan.org Git - nextcloud-server.git/commitdiff
remove debug message
authorGeorg Ehrke <dev@georgswebsite.de>
Tue, 24 Apr 2012 19:36:54 +0000 (21:36 +0200)
committerGeorg Ehrke <dev@georgswebsite.de>
Tue, 24 Apr 2012 19:36:54 +0000 (21:36 +0200)
lib/base.php

index f8f9362a64a3f35f57e986cc096f8cb05c356b40..231819b36ab34b53869b2e8e941ce1cabe11c5b2 100644 (file)
@@ -287,7 +287,7 @@ class OC{
                if(file_exists(OC::$APPSROOT . '/apps/' . OC::$REQUESTEDAPP . '/' . OC::$REQUESTEDFILE)){
                        require_once(OC::$APPSROOT . '/apps/' . OC::$REQUESTEDAPP . '/' . OC::$REQUESTEDFILE);
                }else{
-                       echo "WTF";
+                       header('404 Not Found')
                }
        }