remove suggestion by sylvain for lasso_lib position

This commit is contained in:
<bdauvergne@entrouvert.com> 1207327648 +0200 0001-01-01 00:00:00 +00:00
parent 13de6a0438
commit 8d3648aeb7
1 changed files with 1 additions and 1 deletions

View File

@ -24,6 +24,7 @@ class LassoSPKitConfig {
'storage' => "File",
'cookiename' => 0,
'default_return_url' => null,
'lasso_lib' => 'lasso.php',
'showExtension' => 1 /* Shall we show the extension of scripts in public apis */
);
private static $instance = null;
@ -75,7 +76,6 @@ class LassoSPKitConfig {
static function init() {
if (! self::$instance) {
/* Where is lasso PHP binding ? */
self::$default_values['lasso_lib'] = ini_get('extension_dir').'/lasso.php';
self::$file = lassospkit_datadir() . '/lassospkit_config.ini';
if (file_exists(self::$file)) {
self::$instance = self::loadIni(self::$file);