зеркало из https://github.com/nextcloud/server.git
add a proper 404
This commit is contained in:
Родитель
60c0827ba3
Коммит
476043ecb9
|
@ -287,7 +287,8 @@ class OC{
|
|||
if(file_exists(OC::$APPSROOT . '/apps/' . OC::$REQUESTEDAPP . '/' . OC::$REQUESTEDFILE)){
|
||||
require_once(OC::$APPSROOT . '/apps/' . OC::$REQUESTEDAPP . '/' . OC::$REQUESTEDFILE);
|
||||
}else{
|
||||
header('404 Not Found');
|
||||
header('HTTP/1.0 404 Not Found');
|
||||
exit;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче