Fix infinite while loop
bin/modcss.php @@ -69,8 +69,8 @@ } else if (!$header) { $source .= "$line\n"; } fclose($fp); } fclose($fp); if (!empty($source)) { header('Content-Type: text/css');