Browse Source

用户自动清除消息脚本2

master
wanghongjun 7 months ago
parent
commit
18aeffb46d
  1. 2
      app/common/task/UserClearMessage.php

2
app/common/task/UserClearMessage.php

@ -22,7 +22,7 @@ class UserClearMessage extends Task
*/
protected function writeLog($text)
{
$this->path = root_path() . 'crontab.txt';
$this->path = root_path() . 'crontab2.txt';
$content = '重置中!';
if (!file_exists($this->path)) {

Loading…
Cancel
Save