thomascube
2009-01-22 f9160ecea7c56c46360050831750cda1b943346d
Fix infinite while loop

1 files modified
2 ■■■ changed files
bin/modcss.php 2 ●●● patch | view | raw | blame | history
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');