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-sp/assertionConsumer.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'php/Attic/examples/sample-sp/assertionConsumer.php') diff --git a/php/Attic/examples/sample-sp/assertionConsumer.php b/php/Attic/examples/sample-sp/assertionConsumer.php index fd0c9fe9..1413fd59 100644 --- a/php/Attic/examples/sample-sp/assertionConsumer.php +++ b/php/Attic/examples/sample-sp/assertionConsumer.php @@ -181,6 +181,6 @@ header("Request-URI: $url"); header("Content-Location: $url"); - header("Location: $url\n\n"); + header("Location: $url\r\n\r\n"); exit(); ?> -- cgit