mirror of
https://gitlab.easter-eggs.com/ee/ldapsaisie.git
synced 2024-11-18 08:19:05 +01:00
Update Smarty path to default smarty3 path of Debian package
This commit is contained in:
parent
6220c3e6d6
commit
a2218dc59a
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@
|
||||||
// Configuration LDAP Saisie :
|
// Configuration LDAP Saisie :
|
||||||
$GLOBALS['LSconfig'] = array(
|
$GLOBALS['LSconfig'] = array(
|
||||||
'NetLDAP2' => '/usr/share/php/Net/LDAP2.php',
|
'NetLDAP2' => '/usr/share/php/Net/LDAP2.php',
|
||||||
'Smarty' => '/usr/share/php/smarty/libs/Smarty.class.php',
|
'Smarty' => '/usr/share/php/smarty3/Smarty.class.php',
|
||||||
'lang' => 'fr_FR',
|
'lang' => 'fr_FR',
|
||||||
'encoding' => 'UTF8',
|
'encoding' => 'UTF8',
|
||||||
'cacheLSprofiles' => true,
|
'cacheLSprofiles' => true,
|
||||||
|
|
Loading…
Reference in a new issue