Task #24551 » lowerCamelCase-getUrl-typo3-sysext-tsconfig_help.diff
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);
|