From 19663b8864a6656f9baca0120276ff7607e1fedf Mon Sep 17 00:00:00 2001 From: Christophe Nowicki Date: Fri, 10 Sep 2004 15:35:06 +0000 Subject: change header("Location $url\n\n") to header("Location $url\r\n\r\n") --- php/Attic/examples/sample-idp/singleSignOn.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'php/Attic/examples/sample-idp/singleSignOn.php') diff --git a/php/Attic/examples/sample-idp/singleSignOn.php b/php/Attic/examples/sample-idp/singleSignOn.php index f137e73f..2aab4b40 100644 --- a/php/Attic/examples/sample-idp/singleSignOn.php +++ b/php/Attic/examples/sample-idp/singleSignOn.php @@ -162,7 +162,7 @@ header("Request-URI: $url"); header("Content-Location: $url"); - header("Location: $url\n\n"); + header("Location: $url\r\n\r\n"); lasso_shutdown(); exit; case lassoLoginProtocolProfileBrwsPost: -- cgit