[fix] forget uncomment cache generation

This commit is contained in:
Knah Tsaeb 2013-08-08 17:30:25 +02:00
parent 53fd072fa7
commit 26dd5d9d9d
1 changed files with 1 additions and 1 deletions

View File

@ -628,7 +628,7 @@ if (isset($ci['dl']) && !empty($ci['dl'])) {
<?php
$token = genToken();
if ((empty($_SESSION['log']) || $_SESSION['log'] === false) && $ci['ac'] !== 'login') {
//$cache = cache($ci['bc'], $ci['file'], $ci['sort']);
$cache = cache($ci['bc'], $ci['file'], $ci['sort']);
}
if (!empty($cache)) {
$page = file_get_contents($GLOBALS['config']['PAGECACHE'].'/'.$cache.'.html');