diff options
Diffstat (limited to 'index.php')
-rw-r--r-- | index.php | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -172,7 +172,7 @@ class pageCache | |||
172 | if (is_dir($GLOBALS['config']['PAGECACHE'])) | 172 | if (is_dir($GLOBALS['config']['PAGECACHE'])) |
173 | { | 173 | { |
174 | $handler = opendir($GLOBALS['config']['PAGECACHE']); | 174 | $handler = opendir($GLOBALS['config']['PAGECACHE']); |
175 | if ($handle!==false) | 175 | if ($handler!==false) |
176 | { | 176 | { |
177 | while (($filename = readdir($handler))!==false) | 177 | while (($filename = readdir($handler))!==false) |
178 | { | 178 | { |