diff --git a/index.web.php b/index.web.php index 397fb48b..1e90b32a 100644 --- a/index.web.php +++ b/index.web.php @@ -255,10 +255,6 @@ public function isAuthenticated() { $updater->log('[info] show HTML page'); $updater->logVersion(); -$updaterUrl = explode('?', $_SERVER['REQUEST_URI'], 2)[0]; -if (strpos($updaterUrl, 'index.php') === false) { - $updaterUrl = rtrim($updaterUrl, '/') . '/index.php'; -} ?> @@ -545,7 +541,6 @@ public function isAuthenticated() {