[TYPO3-core] Fix bugtracker issue 408

Wolfgang Klinger wolfgang at stufenlos.net
Mon Feb 6 08:52:41 CET 2006


 *hiya!*

 On Sat, 04 Feb 2006, Stanislas Rolland wrote the following:
> +		$matches = array();
> +		if ($user && $pass && preg_match('/^(https?:\/\/)/', $url, $matches)) {
> +			$url = $matches[1].$user.':'.$pass.'@'.substr($url,strlen($matches[1]));

 +1

 kind regards
 Wolfgang




More information about the TYPO3-team-core mailing list