Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion webdata/controllers/IndexController.php
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ public function searchAction()

public function healthAction()
{
header('Content-Type: text/plain');
header('Content-Type: text/plain; charset=utf-8');

$ret = array();
$check_time = 30; // 幾分鐘沒有從列表抓到任何新聞就要警告
Expand Down