This commit is contained in:
parent
0382e1c61d
commit
4d05079c70
4 changed files with 27 additions and 12 deletions
|
|
@ -86,7 +86,11 @@ class AppController extends Controller
|
|||
|
||||
protected function redirectToApp($appId): RedirectResponse
|
||||
{
|
||||
$isIgnoreFrontController = true === OC::$server->getConfig()->getSystemValue('htaccess.IgnoreFrontController', false);
|
||||
$isIgnoreFrontController = true === OC::$server->getConfig()->getSystemValue(
|
||||
'htaccess.IgnoreFrontController',
|
||||
false
|
||||
);
|
||||
|
||||
$isFrontControllerActive = 'true' === getenv('front_controller_active');
|
||||
|
||||
if ($isIgnoreFrontController || $isFrontControllerActive) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue