From e70f67cea9666047d168e7c6f1326f3b7c96c8b0 Mon Sep 17 00:00:00 2001 From: Maxence Lange Date: Sat, 20 Apr 2019 13:04:35 -0100 Subject: small fixes Signed-off-by: Maxence Lange --- lib/Controller/NavigationController.php | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'lib/Controller') diff --git a/lib/Controller/NavigationController.php b/lib/Controller/NavigationController.php index fd2ae48c..2621c7c0 100644 --- a/lib/Controller/NavigationController.php +++ b/lib/Controller/NavigationController.php @@ -189,15 +189,15 @@ class NavigationController extends Controller { } private function setupCloudAddress(): string { - $frontControllerActive = - ($this->config->getSystemValue('htaccess.IgnoreFrontController', false) === true - || getenv('front_controller_active') === 'true'); +// $frontControllerActive = +// ($this->config->getSystemValue('htaccess.IgnoreFrontController', false) === true +// || getenv('front_controller_active') === 'true'); $cloudAddress = rtrim($this->config->getSystemValue('overwrite.cli.url', ''), '/'); if ($cloudAddress !== '') { - if (!$frontControllerActive) { - $cloudAddress .= '/index.php'; - } +// if (!$frontControllerActive) { +// $cloudAddress .= '/index.php'; +// } $this->configService->setCloudAddress($cloudAddress); return $cloudAddress; -- cgit v1.2.3