mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-02 01:52:10 +09:00
_ZBXE_VERSION_ 대체.
This commit is contained in:
parent
c75af7e518
commit
a00f2d1033
1 changed files with 1 additions and 1 deletions
|
|
@ -97,7 +97,7 @@ class TemplateHandler
|
|||
$this->web_path = $this->xe_path . '/' . ltrim(preg_replace('@^' . preg_quote(_XE_PATH_, '@') . '|\./@', '', $this->path), '/');
|
||||
|
||||
// get compiled file name
|
||||
$hash = md5($this->file . __ZBXE_VERSION__);
|
||||
$hash = md5($this->file . __XE_VERSION__);
|
||||
$this->compiled_file = "{$this->compiled_path}{$hash}.compiled.php";
|
||||
|
||||
// compare various file's modified time for check changed
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue