Remove enforced redirect of `login` and `index` controller in ACP to the `wcf` applic...
authorTim Düsterhus <duesterhus@woltlab.com>
Fri, 27 May 2022 11:38:33 +0000 (13:38 +0200)
committerTim Düsterhus <duesterhus@woltlab.com>
Fri, 27 May 2022 11:44:44 +0000 (13:44 +0200)
commitd9dce27efbe7cffa4773ecc696e6796ad3b86cd5
treea8e1c123fadd8b1dd9452f8ffedb35a12b92cb1d
parented55fc721676e3a5b7cf52995c2f2701a4902f1e
Remove enforced redirect of `login` and `index` controller in ACP to the `wcf` application

It is not clear why this was added in d49006fac289699c925a6d5644f102b7ebfc972c,
but it does not appear to still be required. The login check in WCFACP
correctly redirects to the `wcf` app even if an application controller is
requested. The index controller redirect was cleaned up in the previous commit.
wcfsetup/install/files/lib/system/request/RequestHandler.class.php