summaryrefslogtreecommitdiff
blob: 607f0ff838138fdc21c77f699bd116712c8ec239 (plain)
1
2
3
4
5
6
7
8
9
<?
	if(!$nocache) {
	
		$data .= ob_get_contents();
	
		$cache->save($data);
		ob_end_flush();
	}
?>