Merge branch '185'

This commit is contained in:
孙广明
2022-02-28 08:58:20 +08:00
505 changed files with 19184 additions and 2533 deletions
+1 -1
View File
@@ -1651,7 +1651,7 @@ class gitlabModel extends model
public function webhookCheckToken()
{
$gitlab = $this->getByID($this->get->gitlab);
if($gitlab->private != $_SERVER["HTTP_X_GITLAB_TOKEN"]) die('Token error.');
if($gitlab->private != $_SERVER["HTTP_X_GITLAB_TOKEN"]) echo 'Token error.';
}
/**