Commit 179d735c authored by Sebastian Kummer's avatar Sebastian Kummer

Merge pull request #183 in ZP/z-push from feature/ZP-77-systemwide-policy-configuration to develop

* commit 'a647a1bc':
  ZP-77 Add BASE_PATH to the policies file, fixed typo.
parents 186e632e a647a1bc
...@@ -144,7 +144,7 @@ ...@@ -144,7 +144,7 @@
define('LOOSE_PROVISIONING', false); define('LOOSE_PROVISIONING', false);
// The file containing the policies' settings. // The file containing the policies' settings.
define('PROVISIONING_POLICYFILE', 'policies.ini'); define('PROVISIONING_POLICYFILE', BASE_PATH . 'policies.ini');
// Default conflict preference // Default conflict preference
// Some devices allow to set if the server or PIM (mobile) // Some devices allow to set if the server or PIM (mobile)
......
...@@ -63,7 +63,7 @@ class ASDevice extends StateObject { ...@@ -63,7 +63,7 @@ class ASDevice extends StateObject {
'lastupdatetime' => 0, 'lastupdatetime' => 0,
'conversationmode' => false, 'conversationmode' => false,
'policyhash' => false, 'policyhash' => false,
'policyname' > self::DEFAULTPOLICYNAME, 'policyname' => self::DEFAULTPOLICYNAME,
'policykey' => self::UNDEFINED, 'policykey' => self::UNDEFINED,
'forcesave' => false, 'forcesave' => false,
'asversion' => 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