Project

General

Profile

Bug #14321 » 0000365-patch_sprws.diff

Administrator Admin, 2004-09-19 11:54

View differences:

index_sprws.php Sun Sep 19 11:52:02 2004
*
*/
// Capture possibly rogue whitespace to ensure .t3x integrity; see extBackup()
ob_start();
unset($MCONF);
require ('conf.php');
......
header('Content-Transfer-Encoding: binary');
*/
// ANYWAYS! The download is NOT always working - in some cases extensions will never get the same MD5 sum as the one shown at the download link - and they should in order to work! We do NOT know why yet.
// clear output buffer: get rid of any trailing whitespace after the final ?> that may be in any of the required/included libs
while (@ob_end_clean());
echo $backUpData;
exit;
(2-2/2)