Commit a647a1bc authored by Sebastian Kummer's avatar Sebastian Kummer

ZP-77 Add BASE_PATH to the policies file, fixed typo.

Released under the Affero GNU General Public License (AGPL) version 3.
parent 186e632e
......@@ -144,7 +144,7 @@
define('LOOSE_PROVISIONING', false);
// The file containing the policies' settings.
define('PROVISIONING_POLICYFILE', 'policies.ini');
define('PROVISIONING_POLICYFILE', BASE_PATH . 'policies.ini');
// Default conflict preference
// Some devices allow to set if the server or PIM (mobile)
......
......@@ -63,7 +63,7 @@ class ASDevice extends StateObject {
'lastupdatetime' => 0,
'conversationmode' => false,
'policyhash' => false,
'policyname' > self::DEFAULTPOLICYNAME,
'policyname' => self::DEFAULTPOLICYNAME,
'policykey' => self::UNDEFINED,
'forcesave' => false,
'asversion' => false,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment