summaryrefslogtreecommitdiffstats
path: root/php/Attic/examples/sample-idp/login.php
diff options
context:
space:
mode:
Diffstat (limited to 'php/Attic/examples/sample-idp/login.php')
-rw-r--r--php/Attic/examples/sample-idp/login.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/php/Attic/examples/sample-idp/login.php b/php/Attic/examples/sample-idp/login.php
index 4c4e4979..64fea1ad 100644
--- a/php/Attic/examples/sample-idp/login.php
+++ b/php/Attic/examples/sample-idp/login.php
@@ -66,7 +66,7 @@
$url = 'index.php';
header("Request-URI: $url");
header("Content-Location: $url");
- header("Location: $url\n\n");
+ header("Location: $url\r\n\r\n");
exit;
}
}