Reorder WCFSetup steps to configure the DB before unzipping files
authorTim Düsterhus <duesterhus@woltlab.com>
Wed, 7 Dec 2022 14:13:27 +0000 (15:13 +0100)
committerTim Düsterhus <duesterhus@woltlab.com>
Wed, 7 Dec 2022 14:23:05 +0000 (15:23 +0100)
commit83e82bfdc029f405ce284b7f15f184739c97a0ca
tree93306cb8fdd4084aa3574a93b8d49f25b3d2479b
parent219506af3c873320db23a4ece376cd289802d5e3
Reorder WCFSetup steps to configure the DB before unzipping files

Since the directory selection has been removed, the target location of the
files is known a-priori. By reordering the steps we can validate that the
database is fine before extracting all the files. In case of an error clearing
just the database is easier than also nuking the webroot.
wcfsetup/install/files/lib/system/WCFSetup.class.php