mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-31 09:09:59 +09:00
#242 file cache 사용 시 계층형 디렉토리 구조로 배치하도록 변경.
This commit is contained in:
parent
d2365bbd09
commit
7f55c5313a
1 changed files with 1 additions and 1 deletions
2
classes/cache/CacheFile.class.php
vendored
2
classes/cache/CacheFile.class.php
vendored
|
|
@ -49,7 +49,7 @@ class CacheFile extends CacheBase
|
||||||
*/
|
*/
|
||||||
function getCacheFileName($key)
|
function getCacheFileName($key)
|
||||||
{
|
{
|
||||||
return $this->cache_dir . str_replace(':', '_', $key);
|
return $this->cache_dir . str_replace(':', '/', $key);
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue