no message
This commit is contained in:
parent
7cd80103b9
commit
b6f667be3c
@ -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;
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user