mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-26 22:59:57 +09:00
r7442 fixed
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@7443 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
821c1277d9
commit
dc28ee4954
1 changed files with 3 additions and 7 deletions
|
|
@ -74,15 +74,11 @@ function printFileList($list){
|
||||||
for($i=0,$c=count($list);$i<$c;$i++){
|
for($i=0,$c=count($list);$i<$c;$i++){
|
||||||
$file = getRealPath($list[$i]);
|
$file = getRealPath($list[$i]);
|
||||||
if(file_exists($file)){
|
if(file_exists($file)){
|
||||||
//$f = fopen($file,"r");
|
readfile($file);
|
||||||
//fpassthru($f);
|
flush();
|
||||||
$output .= file_get_contents($file);
|
echo "\n";
|
||||||
$output .= "\n";
|
|
||||||
//print("\n");
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
header("Content-Encoding: gzip");
|
|
||||||
print ob_gzhandler($output, 5);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
if($type == '.css'){
|
if($type == '.css'){
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue