修复 文件缓存读取
This commit is contained in:
commit
ee005b9697
|
@ -32,7 +32,7 @@ class memory_driver_file {
|
|||
$this->enable = false;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
private function cachefile($key) {
|
||||
return str_replace('_', '/', $key).'/'.$key;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue