diff --git a/index.php b/index.php index 569a8bb..3349ff7 100644 --- a/index.php +++ b/index.php @@ -172,7 +172,7 @@ class pageCache if (is_dir($GLOBALS['config']['PAGECACHE'])) { $handler = opendir($GLOBALS['config']['PAGECACHE']); - if ($handle!==false) + if ($handler!==false) { while (($filename = readdir($handler))!==false) {