TYPO3 CMS  TYPO3_6-2
ext_localconf.php
Go to the documentation of this file.
1 <?php
2 if (!defined('TYPO3_MODE')) {
3  die('Access denied.');
4 }
5 // Register caches if not already done in localconf.php or a previously loaded extension.
6 if (!is_array($GLOBALS['TYPO3_CONF_VARS']['SYS']['caching']['cacheConfigurations']['fluid_template'])) {
7  $GLOBALS['TYPO3_CONF_VARS']['SYS']['caching']['cacheConfigurations']['fluid_template'] = array(
8  'backend' => 'TYPO3\\CMS\\Core\\Cache\\Backend\\FileBackend',
9  'frontend' => 'TYPO3\\CMS\\Core\\Cache\\Frontend\\PhpFrontend',
10  'groups' => array('system')
11  );
12 }
die
Definition: index.php:6
if(!defined('TYPO3_MODE')) $GLOBALS['TYPO3_CONF_VARS']['SC_OPTIONS']['t3lib/class.t3lib_userauth.php']['logoff_pre_processing'][]