From e4bc10a2283edfa1ac140ec26b5361703df77220 Mon Sep 17 00:00:00 2001 From: Frank Bergkemper Date: Thu, 11 Sep 2014 16:20:54 +0200 Subject: [PATCH] Predefined ZF2_PATH set to the most common one. --- install/apache/bareos-webui.conf | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/install/apache/bareos-webui.conf b/install/apache/bareos-webui.conf index 013feb6e..9821c2f8 100644 --- a/install/apache/bareos-webui.conf +++ b/install/apache/bareos-webui.conf @@ -17,7 +17,8 @@ SetEnv "APPLICATION_ENV" "production" # Environment Variable for Zend Framwework 2 -SetEnv "ZF2_PATH" "/usr/share/php" +#SetEnv "ZF2_PATH" "/usr/share/php" +SetEnv "ZF2_PATH" "/usr/share/php5" Alias /bareos-webui /usr/share/bareos-webui/public