mirror of
https://github.com/torrentpier/torrentpier
synced 2025-08-20 21:33:54 -07:00
Use XS_TPL_PREFIX instread of 'tpl_'
This commit is contained in:
parent
dcb3b6f596
commit
48654fbf1d
1 changed files with 1 additions and 1 deletions
|
@ -42,7 +42,7 @@ switch ($mode) {
|
||||||
|
|
||||||
global $template;
|
global $template;
|
||||||
|
|
||||||
$match = 'tpl_';
|
$match = XS_TPL_PREFIX;
|
||||||
$match_len = strlen($match);
|
$match_len = strlen($match);
|
||||||
$dir = $template->cachedir;
|
$dir = $template->cachedir;
|
||||||
$res = @opendir($dir);
|
$res = @opendir($dir);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue