Documentation TYPO3 par Ameos |
00001 <?php 00002 00003 if (!defined('TYPO3_cliMode')) die('You cannot run this script directly!'); 00004 00005 require_once(PATH_t3lib.'class.t3lib_refindex.php'); 00006 require_once(t3lib_extMgm::extPath('lowlevel').'class.tx_lowlevel_cleaner_core.php'); 00007 00008 require(PATH_typo3.'template.php'); 00009 00010 // Call the functionality 00011 $cleanerObj = t3lib_div::makeInstance('tx_lowlevel_cleaner_core'); 00012 $cleanerObj->cli_main($_SERVER["argv"]); 00013 00014 ?>