Project

General

Profile

Bug #15827 ยป bug-2871-1.diff

Administrator Admin, 2006-06-07 15:12

View differences:

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) {
    (1-1/1)