TYPO3 CMS  TYPO3_6-2
showpic.php
Go to the documentation of this file.
1 <?php
32 if (!defined('PATH_typo3conf')) {
33  die('The configuration path was not properly defined!');
34 }
35 
36 // Make instance:
37 $SOBE = \TYPO3\CMS\Core\Utility\GeneralUtility::makeInstance('TYPO3\\CMS\\Frontend\\Controller\\ShowImageController');
38 $SOBE->execute();
die
Definition: index.php:6
if(!defined('PATH_typo3conf')) $SOBE
Definition: showpic.php:37