Update Smarty path to default smarty3 path of Debian package

This commit is contained in:
Benjamin Renard 2015-04-28 12:00:20 +02:00
parent 6220c3e6d6
commit a2218dc59a

View file

@ -23,7 +23,7 @@
// Configuration LDAP Saisie :
$GLOBALS['LSconfig'] = array(
'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',
'encoding' => 'UTF8',
'cacheLSprofiles' => true,