alessandro rimoldi
-
2012-04-11
in functions/mime.php you check for safe mode being enabled before calling set_time_limit().
you should check if set_time_limit() is enabled, instead.
calling set_time_limit() when it's disabled will produce a warning and corrupt the downloaded file.