diff --git a/lib/base.php b/lib/base.php
index f8f9362a64a3f35f57e986cc096f8cb05c356b40..231819b36ab34b53869b2e8e941ce1cabe11c5b2 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')
 		}
 	}