Update Cat.php

这个提交包含在:
Peter Goodhall 2022-08-01 11:19:37 +01:00
父节点 8b333ca691
当前提交 858756e6b8

查看文件

@ -7,7 +7,7 @@
if ($result['timestamp'] != "") {
$timestamp = $result['timestamp'];
} else {
$timestamp = gmdate("Y-m-d H:i:s");
$timestamp = date("Y-m-d H:i:s", time() - date("Z")) ;
}
$this->db->where('radio', $result['radio']);