summaryrefslogtreecommitdiffstats
path: root/php/Attic/examples/sample-sp/assertionConsumer.php
diff options
context:
space:
mode:
Diffstat (limited to 'php/Attic/examples/sample-sp/assertionConsumer.php')
-rw-r--r--php/Attic/examples/sample-sp/assertionConsumer.php3
1 files changed, 1 insertions, 2 deletions
diff --git a/php/Attic/examples/sample-sp/assertionConsumer.php b/php/Attic/examples/sample-sp/assertionConsumer.php
index 575356e0..fd0c9fe9 100644
--- a/php/Attic/examples/sample-sp/assertionConsumer.php
+++ b/php/Attic/examples/sample-sp/assertionConsumer.php
@@ -25,7 +25,6 @@
$config = unserialize(file_get_contents('config.inc'));
require_once 'DB.php';
-
if (!$_GET['SAMLart']) {
exit(1);
@@ -182,6 +181,6 @@
header("Request-URI: $url");
header("Content-Location: $url");
- header("Location: $url");
+ header("Location: $url\n\n");
exit();
?>