upgrade logging cleanup, fixes - more improvements ahead

This commit is contained in:
skodak
2006-08-17 22:37:34 +00:00
parent 031c8ae5a0
commit dedb2304cd
6 changed files with 15 additions and 19 deletions
+1
View File
@@ -441,6 +441,7 @@ function upgrade_log_start() {
session_write_close(); // from now on user can reload page - will be displayed warning
make_upload_directory('upgradelogs');
ob_start('upgrade_log_callback', 2); // function for logging to disk; flush each line of text ASAP
register_shutdown_function('upgrade_log_finish'); // in case somebody forgets to stop logging
}
/**