mirror of
https://github.com/Combodo/iTop.git
synced 2026-02-13 07:24:13 +01:00
N°3311 - Stop capturing output before sending backup file (avoid memory problem)
This commit is contained in:
@@ -213,6 +213,9 @@ JS
|
||||
break;
|
||||
|
||||
case 'download':
|
||||
while (ob_get_level() > 0) {
|
||||
ob_end_clean();
|
||||
}
|
||||
$sFile = utils::ReadParam('file', '', false, 'raw_data');
|
||||
$oBackup = new DBBackupScheduled();
|
||||
$sBackupDir = APPROOT.'data/backups/';
|
||||
|
||||
Reference in New Issue
Block a user