From ef001e9ef425c9a58a05460a2ee2b7e5cedacf4c Mon Sep 17 00:00:00 2001 From: Davide Franco Date: Mon, 25 Oct 2010 21:47:03 +0200 Subject: [PATCH] bacula-web: Adapted path for Smarty lib in paths.php --- gui/bacula-web/paths.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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/"; -- 2.39.5