Bug #14288 » 0000312.patch
typo3_src-4.0/typo3/init.php 2006-06-01 14:26:02.956060500 +0200 | ||
---|---|---|
// ****************************************************
|
||
require(PATH_t3lib.'config_default.php');
|
||
if (!defined ('TYPO3_db')) die ('The configuration file was not included.');
|
||
if (!defined ('TYPO3_db') || empty (TYPO3_db)) die ('The configuration file was not included.');
|
||
require_once(PATH_t3lib.'class.t3lib_db.php'); // The database library
|