Flip only the file name casing on AbstractFileDeletePackageInstallationPlugin::isFile...
authorTim Düsterhus <duesterhus@woltlab.com>
Mon, 9 May 2022 09:06:38 +0000 (11:06 +0200)
committerTim Düsterhus <duesterhus@woltlab.com>
Mon, 9 May 2022 09:06:38 +0000 (11:06 +0200)
commitd0187242c8670a9972e6d803a3c6ea750febb8c6
tree31b74ace8d530abce8e397a63da7780929cd96a6
parent0dafc3aeec7fbe18c792294a745c315f1e9b930e
Flip only the file name casing on AbstractFileDeletePackageInstallationPlugin::isFilesystemCaseSensitive()

Flipping the whole path does not provide any real benefit, because we only care
about whether the file system where WoltLab Suite resides is case sensitive or
not. It does however break when `open_basedir` is configured.
wcfsetup/install/files/lib/system/package/plugin/AbstractFileDeletePackageInstallationPlugin.class.php