TYPO3 CMS  TYPO3_6-2
admin_cli.php
Go to the documentation of this file.
1 <?php
2 if (!defined('TYPO3_cliMode')) {
3  die('You cannot run this script directly!');
4 }
5 
6 // Call the functionality
7 $adminObj = \TYPO3\CMS\Core\Utility\GeneralUtility::makeInstance('TYPO3\\CMS\\Lowlevel\\AdminCommand');
8 $adminObj->cli_main($_SERVER['argv']);
die
Definition: index.php:6
if(!defined('TYPO3_cliMode')) $adminObj
Definition: admin_cli.php:7