diff options
author | Maxence Lange <maxence@artificial-owl.com> | 2019-07-15 22:03:57 -0100 |
---|---|---|
committer | Maxence Lange <maxence@artificial-owl.com> | 2019-08-29 16:21:16 -0100 |
commit | 22b141525f94915930e517843847eee403895faa (patch) | |
tree | df5a87d44bc10c678fc01a8a54da5c92d43e800b /public.php | |
parent | bf408c58c24f6cfcc56cc7a0d4cbebc95138350b (diff) | |
download | nextcloud-server-22b141525f94915930e517843847eee403895faa.tar.gz nextcloud-server-22b141525f94915930e517843847eee403895faa.zip |
testing process
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
Diffstat (limited to 'public.php')
-rw-r--r-- | public.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/public.php b/public.php index ae95624e8d9..43fbe29815e 100644 --- a/public.php +++ b/public.php @@ -68,7 +68,7 @@ try { OC_App::loadApps(array('filesystem', 'logging')); if (!\OC::$server->getAppManager()->isInstalled($app)) { - http_response_code(501); + http_response_code(404); exit; } OC_App::loadApp($app); |