diff options
| author | Christophe Nowicki <cnowicki@easter-eggs.com> | 2004-09-13 12:32:31 +0000 |
|---|---|---|
| committer | Christophe Nowicki <cnowicki@easter-eggs.com> | 2004-09-13 12:32:31 +0000 |
| commit | 8976ed87f59de26aa31ce8bc471d49614bfbe008 (patch) | |
| tree | ef43a154a5a669695f5ffa5ca8a947de5ee2eac1 /php/Attic/examples/sample-idp/admin_user.php | |
| parent | 19663b8864a6656f9baca0120276ff7607e1fedf (diff) | |
| download | lasso-8976ed87f59de26aa31ce8bc471d49614bfbe008.tar.gz lasso-8976ed87f59de26aa31ce8bc471d49614bfbe008.tar.xz lasso-8976ed87f59de26aa31ce8bc471d49614bfbe008.zip | |
split source code of singleSignOn.php in many functions
added support for http basic authentification
remove useless "?SID=" values
Diffstat (limited to 'php/Attic/examples/sample-idp/admin_user.php')
| -rw-r--r-- | php/Attic/examples/sample-idp/admin_user.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/php/Attic/examples/sample-idp/admin_user.php b/php/Attic/examples/sample-idp/admin_user.php index 56b1f7e4..6ecdc8ca 100644 --- a/php/Attic/examples/sample-idp/admin_user.php +++ b/php/Attic/examples/sample-idp/admin_user.php @@ -49,7 +49,7 @@ <html> <body onLoad="window.focus();"> <table> -<caption><?php echo ($_GET['type'] == 'user' ? 'Identity' : 'Session'); ?> Dump</caption> +<caption><?php echo ($_GET['type'] == 'identity' ? 'Identity' : 'Session'); ?> Dump</caption> <tr> <td> <textarea rows="15" cols="50"><?php echo htmlentities($row[0], ENT_QUOTES); ?></textarea> |
