From 5fe4069058cc921c6183f3184bd91ea5a9b35ea9 Mon Sep 17 00:00:00 2001 From: "Jeroen van Meeuwen (Kolab Systems)" Date: Sat, 5 May 2012 15:27:13 +0100 Subject: Correct variables in zpush configuration template --- share/templates/zpush/config.php.tpl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'share') diff --git a/share/templates/zpush/config.php.tpl b/share/templates/zpush/config.php.tpl index de30af7..9480ae4 100644 --- a/share/templates/zpush/config.php.tpl +++ b/share/templates/zpush/config.php.tpl @@ -19,7 +19,7 @@ } // Defines the base path on the server, terminated by a slash - define('BASE_PATH', dirname($_SERVER['SCRIPT_FILENAME']) . "/"); + define('BASE_PATH', dirname(\$_SERVER['SCRIPT_FILENAME']) . "/"); // Define the include paths ini_set( @@ -56,7 +56,7 @@ define('SYNC_CONFLICT_DEFAULT', SYNC_CONFLICT_OVERWRITE_PIM); // The data providers that we are using (see configuration below - $BACKEND_PROVIDER = "BackendKolab"; + \$BACKEND_PROVIDER = "BackendKolab"; define("KOLAB_LDAP_ACL",""); define('KOLAB_IMAP_NAMESPACES', Array( -- cgit v1.1