aboutsummaryrefslogtreecommitdiffhomepage
path: root/index.php
diff options
context:
space:
mode:
Diffstat (limited to 'index.php')
-rw-r--r--index.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/index.php b/index.php
index 569a8bb4..3349ff7a 100644
--- a/index.php
+++ b/index.php
@@ -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 {