mirror of
https://github.com/torrentpier/torrentpier
synced 2025-08-14 18:48:21 -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;
|
||||
|
||||
$match = 'tpl_';
|
||||
$match = XS_TPL_PREFIX;
|
||||
$match_len = strlen($match);
|
||||
$dir = $template->cachedir;
|
||||
$res = @opendir($dir);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue