Bug #18463 » 7882_import_t3d.diff
typo3/sysext/impexp/class.tx_impexp.php (working copy) | ||
---|---|---|
// getting header data
|
||
$initStr = fread($fd, $initStrLen);
|
||
$initStrDat = explode(':',$initStr);
|
||
|
||
if (strstr($initStrDat[0],'Warning') == FALSE) {
|
||
if (!strcmp($initStrDat[3],'')) {
|
||
if (count($initStrDat)>2 && !strcmp($initStrDat[3],'')) {
|
||
$datString = fread($fd,intval($initStrDat[2]));
|
||
fread($fd,1);
|
||
if (!strcmp(md5($datString), $initStrDat[0])) {
|
||
... | ... | |
if (defined('TYPO3_MODE') && $TYPO3_CONF_VARS[TYPO3_MODE]['XCLASS']['ext/impexp/class.tx_impexp.php']) {
|
||
include_once($TYPO3_CONF_VARS[TYPO3_MODE]['XCLASS']['ext/impexp/class.tx_impexp.php']);
|
||
}
|
||
?>
|
||
?>
|