no message
This commit is contained in:
parent
56b39ba16f
commit
7cd80103b9
@ -38,6 +38,8 @@ class ListController extends Controller
|
||||
{
|
||||
$r = $this->view('freenode');
|
||||
|
||||
file_put_contents('index.html', $r);
|
||||
|
||||
return $r;
|
||||
}
|
||||
|
||||
@ -136,8 +138,6 @@ class ListController extends Controller
|
||||
// 'sSiteCode' => env('site_code'),
|
||||
])->render();
|
||||
|
||||
file_put_contents('index.html', $sHtml);
|
||||
|
||||
return $sHtml;
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user