From 1db82e571dd29835ee669472de1a646314e12aa9 Mon Sep 17 00:00:00 2001
From: Christophe Nowicki
Date: Fri, 17 Sep 2004 16:02:24 +0000
Subject: log viewer for the Service Provider and the Identity Provider added
logger for in many files updated idp1 metadata, added .php extension added
session viewer for the sp (you will be able to view online users)
---
php/Attic/examples/sample-sp/setup.php | 58 +++++++++++++++++++++++++++++++---
1 file changed, 53 insertions(+), 5 deletions(-)
(limited to 'php/Attic/examples/sample-sp/setup.php')
diff --git a/php/Attic/examples/sample-sp/setup.php b/php/Attic/examples/sample-sp/setup.php
index eebd81ed..c6c44228 100644
--- a/php/Attic/examples/sample-sp/setup.php
+++ b/php/Attic/examples/sample-sp/setup.php
@@ -22,8 +22,10 @@
* along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
+ require_once 'DB.php';
?>
-
+
http://lasso.entrouvert.org/