feat: 升级 office 到 7.5 版本

This commit is contained in:
weifashi
2023-11-08 18:37:08 +08:00
parent 523166da48
commit e7fbe8bb49
9 changed files with 156 additions and 59 deletions

View File

@@ -51,7 +51,7 @@ class Doo
char* pgpEncrypt(char* plainText, char* publicKey);
char* pgpDecrypt(char* cipherText, char* privateKey, char* passphrase);
EOF, "/usr/lib/doo/doo.so");
$token = $token ?: Base::headerOrInput('token');
$token = $token ?: Base::headerOrInput('dootask-token') ?: Base::headerOrInput('token');
$language = $language ?: Base::headerOrInput('language');
self::$doo->initialize("/var/www", $token, $language);
}