* set integration for xuan.

This commit is contained in:
Wenrui LI
2022-04-06 15:46:18 +08:00
parent a12b67fd3b
commit a030e15375
@@ -24,6 +24,8 @@ class myIm extends im
$output->data = 'locked';
die($this->app->encrypt($output));
}
$this->app->loadConfig('file');
if(isset($this->config->file->collaboraPath)) $this->config->integration = (object)array('office' => (object)array('officeEnabled' => true));
parent::sysGetServerInfo($account, $password, $apiVersion, $userID, $version, $device);
}
}