Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaxence Lange <maxence@artificial-owl.com>2019-07-16 02:03:57 +0300
committerMaxence Lange <maxence@artificial-owl.com>2019-08-29 20:21:16 +0300
commit22b141525f94915930e517843847eee403895faa (patch)
treedf5a87d44bc10c678fc01a8a54da5c92d43e800b /public.php
parentbf408c58c24f6cfcc56cc7a0d4cbebc95138350b (diff)
testing process
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
Diffstat (limited to 'public.php')
-rw-r--r--public.php2
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);