Project

General

Profile

Task #24551 » getURL-typo3-sysext-lowlevel.diff

Administrator Admin, 2011-01-13 14:14

View differences:

typo3/sysext/lowlevel/class.tx_lowlevel_cleaner_core.php
// Print Howto:
if ($this->cli_isArg('--showhowto')) {
$howto = t3lib_div::getUrl(t3lib_extMgm::extPath('lowlevel').'HOWTO_clean_up_TYPO3_installations.txt');
$howto = t3lib_div::getURL(t3lib_extMgm::extPath('lowlevel').'HOWTO_clean_up_TYPO3_installations.txt');
echo wordwrap($howto,120).LF;
exit;
}
(9-9/21)