diff options
author | Jeroen van Meeuwen (Kolab Systems) <vanmeeuwen@kolabsys.com> | 2012-05-05 15:27:13 +0100 |
---|---|---|
committer | Jeroen van Meeuwen (Kolab Systems) <vanmeeuwen@kolabsys.com> | 2012-05-05 15:27:13 +0100 |
commit | 5fe4069058cc921c6183f3184bd91ea5a9b35ea9 (patch) | |
tree | 36a34c439d996606bddd2de4f47d4fef36bf8ec7 /share/templates | |
parent | a355e652a7b0d271247dfdf9304c00e8814465c4 (diff) | |
download | pykolab-5fe4069058cc921c6183f3184bd91ea5a9b35ea9.tar.gz |
Correct variables in zpush configuration template
Diffstat (limited to 'share/templates')
-rw-r--r-- | share/templates/zpush/config.php.tpl | 4 |
1 files changed, 2 insertions, 2 deletions
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( |