mirror of
https://github.com/torrentpier/torrentpier
synced 2025-08-14 18:48:21 -07:00
Minor improvements (#893)
This commit is contained in:
parent
b80874abe4
commit
5ed4fdadd3
3 changed files with 4 additions and 5 deletions
|
@ -38,7 +38,6 @@ switch ($mode) {
|
|||
global $template;
|
||||
|
||||
$match = XS_TPL_PREFIX;
|
||||
$match_len = strlen($match);
|
||||
$dir = $template->cachedir;
|
||||
$res = @opendir($dir);
|
||||
while (($file = readdir($res)) !== false) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue