Remove dead branch in ControllerMap::lookupDefaultController()
authorTim Düsterhus <duesterhus@woltlab.com>
Thu, 2 Jun 2022 09:24:58 +0000 (11:24 +0200)
committerTim Düsterhus <duesterhus@woltlab.com>
Thu, 2 Jun 2022 11:25:00 +0000 (13:25 +0200)
commitbfb1b4d84564bf581c1030f80e75390dadf5e6f0
tree95770fefd157ff93e3618a215964d68bcc333315
parente3ad24639de2e74201c233361b630cba2ef8c95f
Remove dead branch in ControllerMap::lookupDefaultController()

It was impossible to take this branch since
d10487d5b8f54ce86fa8d8f36649febd338dbae8, because since this commit i18n CMS
pages (which this branch was about) were unable to have an empty custom URL.

Since 1bfaae39040d6b56ed837b5c66aa7931ffaca9b5 it is entirely impossible for
any empty custom URLs to exist, making this branch completely dead.

Further it only ever supported the WCF landing page, not any application's
landing pages.

The original intent of this branch will be restored in a follow up commit.
wcfsetup/install/files/lib/system/request/ControllerMap.class.php