summaryrefslogtreecommitdiffstats
path: root/php/Attic/examples/sample-sp/login.php
diff options
context:
space:
mode:
authorChristophe Nowicki <cnowicki@easter-eggs.com>2004-09-07 15:55:11 +0000
committerChristophe Nowicki <cnowicki@easter-eggs.com>2004-09-07 15:55:11 +0000
commit9388bdfc57a3b49adafc1693d21975214e63a691 (patch)
tree26c56aa58ece110dc7d74ed31531f98f745943e6 /php/Attic/examples/sample-sp/login.php
parented0ad921339c04ae57f48e31be8d4d925585285a (diff)
downloadlasso-9388bdfc57a3b49adafc1693d21975214e63a691.tar.gz
lasso-9388bdfc57a3b49adafc1693d21975214e63a691.tar.xz
lasso-9388bdfc57a3b49adafc1693d21975214e63a691.zip
IdP PHP : logout is working
Diffstat (limited to 'php/Attic/examples/sample-sp/login.php')
-rw-r--r--php/Attic/examples/sample-sp/login.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/php/Attic/examples/sample-sp/login.php b/php/Attic/examples/sample-sp/login.php
index ae851941..199c52da 100644
--- a/php/Attic/examples/sample-sp/login.php
+++ b/php/Attic/examples/sample-sp/login.php
@@ -30,7 +30,7 @@
$server_dump = file_get_contents($config['server_dump_filename']);
- $server = LassoServer::newfromdump($server_dump);
+ $server = LassoServer::newFromdump($server_dump);
$login = new LassoLogin($server);