[-] Core : Improve cacheFS storage

This commit is contained in:
rGaillard
2012-01-20 13:06:26 +00:00
parent 82109ee134
commit d809cb2b88
+1 -1
View File
@@ -131,7 +131,7 @@ class CacheFsCore extends Cache
{
if (!$directory)
$directory = _PS_CACHEFS_DIRECTORY_;
$chars = '0123456789abcdefghijklmnopqrstuvwxyz';
$chars = '0123456789abcdef';
for ($i = 0; $i < strlen($chars); $i++)
{
$new_dir = $directory.$chars[$i].'/';