remove debug message

This commit is contained in:
Georg Ehrke 2012-04-24 21:36:54 +02:00
parent 684007bbae
commit 9b29bc96de
1 changed files with 1 additions and 1 deletions

View 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')
}
}