Warning: Cannot modify header information - headers already sent by (output started at /var/www/jonas-eriksen.dk/pic/private/index.php:1) in /var/www/jonas-eriksen.dk/pic/private/index.php on line 215
useCache(array('files' => $cache_files));
http_cached($cache->cache, $cache_ok);
$js = '';
foreach($files as $file) {
$js .= file_get_contents($file)."\n";
}
stripsourcemaps($js);
http_cached_finish($cache->cache, $js);
}