TYPO3 CMS  TYPO3_6-2
cleaner_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 $cleanerObj = \TYPO3\CMS\Core\Utility\GeneralUtility::makeInstance('TYPO3\\CMS\\Lowlevel\\CleanerCommand');
8 $cleanerObj->cli_main($_SERVER['argv']);
if(!defined('TYPO3_cliMode')) $cleanerObj
Definition: cleaner_cli.php:7
die
Definition: index.php:6