diff options
Diffstat (limited to 'php/Attic/examples/sample-idp/logout.php')
| -rw-r--r-- | php/Attic/examples/sample-idp/logout.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/php/Attic/examples/sample-idp/logout.php b/php/Attic/examples/sample-idp/logout.php index 7f187cab..83c23a33 100644 --- a/php/Attic/examples/sample-idp/logout.php +++ b/php/Attic/examples/sample-idp/logout.php @@ -32,5 +32,6 @@ $url = "index.php"; header("Request-URI: $url"); header("Content-Location: $url"); - header("Location: $url"); + header("Location: $url\n\n"); + exit; ?> |
