Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
MihailDev committed Jun 30, 2016
2 parents fd58e43 + efd2a95 commit 0314ca3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ElFinder.php
Original file line number Diff line number Diff line change
Expand Up @@ -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 = [])
Expand Down

0 comments on commit 0314ca3

Please sign in to comment.