From: Georg Ehrke Date: Tue, 24 Apr 2012 19:36:54 +0000 (+0200) Subject: remove debug message X-Git-Tag: v4.0.0beta~168^2~25 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=9b29bc96de688f1d3289444625ce5bb7e7d37ac5;p=nextcloud-server.git remove debug message --- diff --git a/lib/base.php b/lib/base.php index f8f9362a64a..231819b36ab 100644 --- a/lib/base.php +++ b/lib/base.php @@ -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') } }