3 if (!defined('TYPO3_cliMode')) die('You cannot run this script directly!');
5 require_once(t3lib_extMgm
::extPath('lowlevel').'class.tx_lowlevel_admin_core.php');
7 // Call the functionality
8 $adminObj = t3lib_div
::makeInstance('tx_lowlevel_admin_core');
9 $adminObj->cli_main($_SERVER["argv"]);