From 8976ed87f59de26aa31ce8bc471d49614bfbe008 Mon Sep 17 00:00:00 2001 From: Christophe Nowicki Date: Mon, 13 Sep 2004 12:32:31 +0000 Subject: split source code of singleSignOn.php in many functions added support for http basic authentification remove useless "?SID=" values --- php/Attic/examples/sample-idp/setup.php | 51 +++++++++++++++------------------ 1 file changed, 23 insertions(+), 28 deletions(-) (limited to 'php/Attic/examples/sample-idp/setup.php') diff --git a/php/Attic/examples/sample-idp/setup.php b/php/Attic/examples/sample-idp/setup.php index b1cc113f..9403f7d9 100644 --- a/php/Attic/examples/sample-idp/setup.php +++ b/php/Attic/examples/sample-idp/setup.php @@ -335,7 +335,8 @@ } $setup = TRUE; } - ob_start(); + $setup_log = ob_get_contents(); + ob_end_clean(); ?> @@ -345,24 +346,17 @@ if ($setup == TRUE) { ?> - - + +

Back to Index

- - - -Setup script for Lasso (Liberty Alliance Single Sign On) -