Bug #15827 ยป bug-2871-1.diff
init.php 1 Jun 2006 10:09:50 -0000 | ||
---|---|---|
// *******************************
|
||
// Checking path
|
||
// *******************************
|
||
$temp_path = dirname(PATH_thisScript).'/';
|
||
$temp_path = str_replace('\\','/',dirname(PATH_thisScript).'/');
|
||
$temp_modPath='';
|
||
// If TYPO3_MOD_PATH is defined we must calculate the modPath since init.php must be included by a module
|
||
if (substr($temp_path,-strlen(TYPO3_mainDir))!=TYPO3_mainDir) {
|