Revision 4c3d9312
Added by Ermal LUÇI over 14 years ago
usr/local/www/pkg_mgr_install.php | ||
---|---|---|
214 | 214 |
|
215 | 215 |
// close log |
216 | 216 |
if($fd_log) |
217 |
fclose($fd_log);
|
|
217 |
fclose($fd_log);
|
|
218 | 218 |
|
219 | 219 |
/* read only fs */ |
220 | 220 |
conf_mount_ro(); |
Also available in: Unified diff
Ticket #1017. Put a @ before each fwrite to silence errors. Also setup the log file in the beginning rather than on each individual function.