Restrict access to `?action=WCFSetup` after successful installation
authorTim Düsterhus <duesterhus@woltlab.com>
Wed, 18 May 2022 13:22:50 +0000 (15:22 +0200)
committerTim Düsterhus <duesterhus@woltlab.com>
Wed, 18 May 2022 13:24:12 +0000 (15:24 +0200)
commit4c67adeeae7051b9f1ac8ea3d93497b757fd6c60
treedee2096fac69cef7cfe2f00c37ebdafb72a15ed8
parent60bab54ccc8b64607b948deea649574ff275f4d0
Restrict access to `?action=WCFSetup` after successful installation

This action only exists to complete WCFSetup. It should be guarded by a check
an unfinished installation (`!PACKAGE_ID`) to prevent accesses in live
installation.
wcfsetup/install/files/lib/acp/page/IndexPage.class.php