rollback 7443

git-svn-id: http://xe-core.googlecode.com/svn/sandbox@7444 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
haneul 2010-05-11 12:17:09 +00:00
parent dc28ee4954
commit bb62626c02

View file

@ -74,11 +74,15 @@ function printFileList($list){
for($i=0,$c=count($list);$i<$c;$i++){
$file = getRealPath($list[$i]);
if(file_exists($file)){
readfile($file);
flush();
echo "\n";
//$f = fopen($file,"r");
//fpassthru($f);
$output .= file_get_contents($file);
$output .= "\n";
//print("\n");
}
}
header("Content-Encoding: gzip");
print ob_gzhandler($output, 5);
}
if($type == '.css'){