We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f994be commit deefb9eCopy full SHA for deefb9e
1 file changed
public.php
@@ -68,7 +68,8 @@
68
OC_App::loadApps(array('filesystem', 'logging'));
69
70
if (!\OC::$server->getAppManager()->isInstalled($app)) {
71
- throw new Exception('App not installed: ' . $app);
+ http_response_code(404);
72
+ exit;
73
}
74
OC_App::loadApp($app);
75
OC_User::setIncognitoMode(true);
0 commit comments