Project

General

Profile

Bug #14360 ยป 0000422-fix_forceCharset.diff

Administrator Admin, 2005-02-02 21:52

View differences:

typo3_src-3.7.0.new/typo3/init.php 2005-02-02 16:05:51.000000000 +0100
if (defined('TYPO3_enterInstallScript') && TYPO3_enterInstallScript) {
if (!t3lib_extMgm::isLoaded('install')) die('Install Tool is not loaded as an extension.<br/>You must add the key "install" to the list of installed extensions in typo3temp/localconf.php, $TYPO3_CONF_VARS["EXT"]["extList"].');
// First, we need to start the backend language engine (ext: "lang")
require_once(PATH_typo3.'sysext/lang/lang.php');
$LANG = t3lib_div::makeInstance('language');
$LANG->init('');
require_once(t3lib_extMgm::extPath('install').'mod/class.tx_install.php');
$install_check = t3lib_div::makeInstance('tx_install');
$install_check->allowUpdateLocalConf = 1;
    (1-1/1)