From a2218dc59ad31b235af32115babb532c5f26a256 Mon Sep 17 00:00:00 2001 From: Benjamin Renard Date: Tue, 28 Apr 2015 12:00:20 +0200 Subject: [PATCH] Update Smarty path to default smarty3 path of Debian package --- public_html/conf/config.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public_html/conf/config.inc.php b/public_html/conf/config.inc.php index b15d1f30..38a5a368 100644 --- a/public_html/conf/config.inc.php +++ b/public_html/conf/config.inc.php @@ -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,