'$updatetime'"); include 'admin/content.class.php'; $CA = new content(); $datas = $CA->listinfo($where,'`updatetime` DESC', 1, 50); $ttl = CACHE_PAGE_CATEGORY_TTL; header('Last-Modified: '.gmdate('D, d M Y H:i:s', TIME).' GMT'); header('Expires: '.gmdate('D, d M Y H:i:s', TIME + $ttl).' GMT'); header('Cache-Control: max-age='.$ttl.', must-revalidate'); include template('phpcms', 'renew'); cache_page($ttl); ?>