From 881bb4d750dbb07cae3d4f8836a6c06ba465272e Mon Sep 17 00:00:00 2001 From: Christophe Nowicki Date: Wed, 15 Sep 2004 08:25:45 +0000 Subject: New logging system based on Pear::Log package. Every actions on the idp, sp will be logged inside the database, syslog a file. --- 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 5de00e98..7ae2c7a8 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\r\n\r\n"); + header("Location: $urln\n\n"); exit(); ?> -- cgit