Merge branch 'sgm_details' into 'master'

Sgm details

See merge request easycorp/zentaopms!3963
This commit is contained in:
孙广明
2022-06-16 02:48:43 +00:00
2 changed files with 3 additions and 2 deletions
+2 -1
View File
@@ -2356,7 +2356,8 @@ EOD;
($module == 'user' && strpos('|login|deny|logout|reset|', "|{$method}|") !== false) ||
($module == 'my' && strpos('|changepassword|preference|', "|{$method}|") !== false) ||
($module == 'file' && strpos('|read|download|uploadimages|ajaxwopifiles|', "|{$method}|") !== false) ||
($module == 'sso' && $method == 'login'))
($module == 'sso' && $method == 'login') ||
($module == 'traincourse' && $method == 'ajaxuploadlargefile'))
{
return;
}