Merge branch 'master' into 11.5

This commit is contained in:
wyd621
2019-07-12 15:55:04 +08:00
committed by GitHub
468 changed files with 16562 additions and 5831 deletions

View File

@@ -5,9 +5,6 @@ $config->entry->create->requiredFields = 'name, code, account, key';
$config->entry->edit = new stdclass();
$config->entry->edit->requiredFields = 'name, code, account, key';
$config->entry->help = 'https://www.zentao.net/book/zentaopmshelp/integration-287.html';
$config->entry->notify = 'https://www.zentao.net/book/zentaopmshelp/301.html';
$config->entry->errcode['PARAM_CODE_MISSING'] = 401;
$config->entry->errcode['PARAM_TOKEN_MISSING'] = 401;
$config->entry->errcode['SESSION_CODE_MISSING'] = 401;