Project

General

Profile

Task #24551 » lowerCamelCase-getUrl-typo3-sysext-tsconfig_help.diff

Administrator Admin, 2011-01-13 16:45

View differences:

typo3/sysext/tsconfig_help/mod1/index.php
t3lib_div::mkdir($tempPath);
$this->unzip($ZIPfile, $tempPath);
$output = t3lib_div::getURL($tempPath.$filename);
$output = t3lib_div::getUrl($tempPath.$filename);
$cmd = 'rm -r "'.$tempPath.'"';
t3lib_utility_Command::exec($cmd);
(20-20/21)