no message

This commit is contained in:
hellcat 2026-01-04 16:30:36 +08:00
parent 7cd80103b9
commit b6f667be3c

View File

@ -38,8 +38,12 @@ class ListController extends Controller
{
$r = $this->view('freenode');
file_put_contents('index.html', $r);
$iPageNo = (int) request('pageNo', 1);
if ($iPageNo == 1) {
file_put_contents('index.html', $r);
}
return $r;
}