From: Davide Franco Date: Mon, 25 Oct 2010 19:47:03 +0000 (+0200) Subject: bacula-web: Adapted path for Smarty lib in paths.php X-Git-Tag: Release-5.2.1~990 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=ef001e9ef425c9a58a05460a2ee2b7e5cedacf4c;p=bacula%2Fbacula bacula-web: Adapted path for Smarty lib in paths.php --- diff --git a/gui/bacula-web/paths.php b/gui/bacula-web/paths.php index 4fc98ab67e..fa3e6b03c0 100644 --- a/gui/bacula-web/paths.php +++ b/gui/bacula-web/paths.php @@ -6,7 +6,7 @@ $phplot_path = "external_packages/phplot/"; //Smarty package. version 2.6.10. http://smarty.php.net -$smarty_path = "external_packages/smarty/"; +$smarty_path = "external_packages/smarty/libs/"; //Smarty_gettext. version 0.9. http://www.boom.org.il/smarty/gettext/ $smarty_gettext_path = "external_packages/smarty_gettext-0.9/";