no message

This commit is contained in:
hellcat 2025-07-15 19:22:20 +08:00
parent 94638c8239
commit 30cc6e4aa3

View File

@ -180,7 +180,7 @@ class CronController
file_put_contents($this->sProjectPath."/version.text", time()); file_put_contents($this->sProjectPath."/version.text", time());
// 提交 // 提交
if ($this->bSendTg == 1) { if ($this->bSendTg == true) {
$content = file_get_contents($this->sProjectPath."/README.md"); $content = file_get_contents($this->sProjectPath."/README.md");
echo $content; echo $content;
exit; exit;