From 42e6495ad11c6b6a4265e7ad378ba4dfde0e6df8 Mon Sep 17 00:00:00 2001 From: Christophe Nowicki Date: Fri, 20 Aug 2004 09:45:38 +0000 Subject: new setup system --- php/Attic/examples/sample-sp/index.php | 43 ++++++++++++++++++---------------- 1 file changed, 23 insertions(+), 20 deletions(-) (limited to 'php/Attic/examples/sample-sp/index.php') diff --git a/php/Attic/examples/sample-sp/index.php b/php/Attic/examples/sample-sp/index.php index 0b36a188..b0e82797 100644 --- a/php/Attic/examples/sample-sp/index.php +++ b/php/Attic/examples/sample-sp/index.php @@ -26,15 +26,28 @@ $ret = @dl('lasso.' . PHP_SHLIB_SUFFIX); if ($ret == FALSE) { - print "

The Lasso Extension is not available
"; - print "Please check your PHP extensions
"; - print "You can get more informations about Lasso at
"; - print "http://lasso.entrouvert.org/

"; - exit(); +?> +

The Lasso Extension is not available
+Please check your PHP extensions
+You can get more informations about Lasso at
+http://lasso.entrouvert.org/

+ +

Service Provider Configuration file is not available
+Please run the setup script :
+Lasso Service Provider Setup
+You can get more informations about Lasso at
+http://lasso.entrouvert.org/

+ Service Provider Administration - Setup - - Users Management - + Serice Provider Fonctionnality @@ -109,7 +115,7 @@ UserID: getMessage()); @@ -144,9 +150,6 @@

-

Lasso Version :


-- cgit