Project

General

Profile

Bug #25126 ยป 17701.diff

Administrator Admin, 2011-02-22 08:43

View differences:

typo3/sysext/em/classes/index.php (working copy)
$backUpData = $this->terConnection->makeUploadDataFromarray($uArr);
$filename = 'T3X_' . $extKey . '-' . str_replace('.', '_', $extInfo['EM_CONF']['version']) . '-z-' . date('YmdHi') . '.t3x';
if (intval($this->CMD['doBackup']) == 1) {
ob_end_clean();
header('Content-Type: application/octet-stream');
header('Content-Disposition: attachment; filename=' . $filename);
echo $backUpData;
    (1-1/1)