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 
6 if (TYPO3_MODE === 'FE' && !isset($_REQUEST['eID'])) {
7  \TYPO3\CMS\Core\Utility\GeneralUtility::makeInstance('TYPO3\\CMS\\Extbase\\SignalSlot\\Dispatcher')->connect(
8  'TYPO3\\CMS\\Core\\Resource\\Index\\MetaDataRepository',
9  'recordPostRetrieval',
10  'TYPO3\\CMS\\Frontend\\Aspect\\FileMetadataOverlayAspect',
11  'languageAndWorkspaceOverlay'
12  );
13 }
14 
16  options.saveDocNew.sys_file = 0
17  options.saveDocNew.sys_file_metadata = 0
18  options.disableDelete.sys_file = 1
19 ');
const TYPO3_MODE
Definition: init.php:40
die
Definition: index.php:6