add new config keys

This commit is contained in:
<bdauvergne@entrouvert.com> 1206722747 +0100 0001-01-01 00:00:00 +00:00
parent 4970271796
commit 552be0afc8
1 changed files with 2 additions and 1 deletions

View File

@ -22,7 +22,8 @@ class LassoSPKitConfig {
'baseUrl' => "",
'session' => "AutoPersistentSession",
'storage' => "File",
'cookiename' => 0
'cookiename' => 0,
'default_return_url' => null
);
private static $instance = null;
private static $file;