mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 22:28:51 +00:00
Merge pull request #3711 from bantu/ticket/13903
[ticket/13903] Replacing regexp path naming for container by md5. * bantu/ticket/13903: [ticket/13903] Replacing regexp path naming for container by md5.
This commit is contained in:
commit
0bab5db1dd
1 changed files with 1 additions and 2 deletions
|
@ -399,7 +399,6 @@ class container_builder
|
||||||
*/
|
*/
|
||||||
protected function get_container_filename()
|
protected function get_container_filename()
|
||||||
{
|
{
|
||||||
$filename = str_replace(array('/', '.'), array('slash', 'dot'), $this->phpbb_root_path);
|
return $this->phpbb_root_path . 'cache/container_' . md5($this->phpbb_root_path) . '.' . $this->php_ext;
|
||||||
return $this->phpbb_root_path . 'cache/container_' . $filename . '.' . $this->php_ext;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue