remove debug message

remotes/origin/stable4
Georg Ehrke 13 years ago
parent 684007bbae
commit 9b29bc96de
  1. 2
      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')
}
}

Loading…
Cancel
Save