diff --git a/ElFinder.php b/ElFinder.php index ee39357..2dde54a 100644 --- a/ElFinder.php +++ b/ElFinder.php @@ -50,7 +50,7 @@ public static function genPathHash($path) $volume = 1; } $hash = rtrim(strtr(base64_encode($path), '+/=', '-_.'), '.'); - return 'elf_l' . $volume .'_' . $hash; + return 'elf_fls' . $volume .'_' . $hash; } public static function getManagerUrl($controller, $params = [])