no message
This commit is contained in:
parent
94638c8239
commit
30cc6e4aa3
@ -180,7 +180,7 @@ class CronController
|
||||
file_put_contents($this->sProjectPath."/version.text", time());
|
||||
|
||||
// 提交
|
||||
if ($this->bSendTg == 1) {
|
||||
if ($this->bSendTg == true) {
|
||||
$content = file_get_contents($this->sProjectPath."/README.md");
|
||||
echo $content;
|
||||
exit;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user