Bug #14288 » 0000312b.patch
typo3_src-4.0/typo3/init.php 2006-06-01 14:35:36.863927500 +0200 | ||
---|---|---|
// ****************************************************
|
||
require(PATH_t3lib.'config_default.php');
|
||
if (!defined ('TYPO3_db')) die ('The configuration file was not included.');
|
||
if (!defined ('TYPO3_db') || TYPO3_db == '') die ('The configuration file was not included.');
|
||
require_once(PATH_t3lib.'class.t3lib_db.php'); // The database library
|
- « Previous
- 1
- 2
- Next »