Always use install.php's __DIR__ as the temporary directory
authorTim Düsterhus <duesterhus@woltlab.com>
Tue, 17 May 2022 15:23:55 +0000 (17:23 +0200)
committerTim Düsterhus <duesterhus@woltlab.com>
Wed, 18 May 2022 09:32:35 +0000 (11:32 +0200)
commite41dfd007b12baed65ab7679fb679e53bcd2adf5
tree4aec95968626e188018a7d503edb81aa9f569562
parent8ff40d323c3d9733a6b7dd85170b04266ceeb6c7
Always use install.php's __DIR__ as the temporary directory

The previous implementation of `BasicFileUtil::getTempFolder()` was unstable,
as it automatically detected `tmp/` directories in the document root. If
WoltLab Suite Core is installed into the document root, then the extraction of
the files will implicitly create a `tmp/` directory and thus change the temp
folder for the remaining installation.
wcfsetup/install.php