remove debug message
This commit is contained in:
parent
684007bbae
commit
9b29bc96de
1 changed files with 1 additions and 1 deletions
|
@ -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')
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue