[TYPO3-core] RFC: #10266: Bugfix: No user authentication for >1 TYPO3 installation under one domain

Benjamin Mack benni at typo3.org
Sat Mar 21 08:58:41 CET 2009


Hey Marcus,

looks good so far, +1 after reading. One concern about the style:

On 15.03.2009 12:51 Uhr, Marcus Krause wrote:
> +			case 'TYPO3_SITE_PATH':
> +				$path = substr(t3lib_div::getIndpEnv('TYPO3_SITE_URL'), strlen(t3lib_div::getIndpEnv('TYPO3_REQUEST_HOST')));
> +				$retVal =  $path;
> +			break;

just apply the result of the substr directly to the $retVal :)

The other thing is about existing cookies when upgrading, will they 
still work? It's proabably nothing seriuos, so I'll test this one on my 
local machine in the next days (to get the final +1 for testing).

All the best,
Benni.


More information about the TYPO3-team-core mailing list