Compare the paths with unified directory separator in PackageInstallationDispatcher...
authorTim Düsterhus <duesterhus@woltlab.com>
Wed, 5 Apr 2023 14:30:38 +0000 (16:30 +0200)
committerTim Düsterhus <duesterhus@woltlab.com>
Wed, 5 Apr 2023 14:30:38 +0000 (16:30 +0200)
commit1db23af856e11d4ffb00072c98b25f17b379443c
treefad4ed50c82757b8f0c62e7defad0b6ec35fd682
parenta184abd074575f94d073896ce23462407d722253
Compare the paths with unified directory separator in PackageInstallationDispatcher::getArchive()

This is necessary for Windows which uses backslashes, whereas the entire
software hardcodes the slash as a directory separator (which is also accepted
by Windows).

Fixes #5370
wcfsetup/install/files/lib/system/package/PackageInstallationDispatcher.class.php