X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2Flibs%2Ffilebackend%2FFSFileBackend.php;h=b8aa951fd52fcfe7da3cb62e070db4e279548479;hb=9cbb8f104d66b9b1a5497e12cd931a3827f6b5b3;hp=f3c1f0107cd888f75fc70900332768acacefacda;hpb=4905504faded8f85a9b3d68b27da5c9e2f11bd06;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/libs/filebackend/FSFileBackend.php b/includes/libs/filebackend/FSFileBackend.php index f3c1f0107c..b8aa951fd5 100644 --- a/includes/libs/filebackend/FSFileBackend.php +++ b/includes/libs/filebackend/FSFileBackend.php @@ -101,7 +101,7 @@ class FSFileBackend extends FileBackendStore { public function getFeatures() { if ( $this->isWindows && version_compare( PHP_VERSION, '7.1', 'lt' ) ) { // PHP before 7.1 used 8-bit code page for filesystem paths on Windows; - // See https://secure.php.net/manual/en/migration71.windows-support.php + // See https://www.php.net/manual/en/migration71.windows-support.php return 0; } else { return FileBackend::ATTR_UNICODE_PATHS;