0byt3m1n1
Path:
/
data
/
applications
/
aps
/
typo3
/
4.2.1-6
/
standard
/
htdocs
/
typo3
/
sysext
/
install
/
[
Home
]
File: ext_localconf.php
<?php if (!defined ('TYPO3_MODE')) die ('Access denied.'); $TYPO3_CONF_VARS['SC_OPTIONS']['ext/install']['update']['changeCompatibilityVersion'] = 'tx_coreupdates_compatversion'; // remove pagetype "not in menu" since TYPO3 4.2 // as there is an option in every pagetype $TYPO3_CONF_VARS['SC_OPTIONS']['ext/install']['update']['removeNotInMenuDoktypeConversion'] = 'tx_coreupdates_notinmenu'; // remove pagetype "advanced" since TYPO3 4.2 // this is merged with doctype "standard" with tab view to edit $TYPO3_CONF_VARS['SC_OPTIONS']['ext/install']['update']['mergeAdvancedDoktypeConversion'] = 'tx_coreupdates_mergeadvanced'; ?>