diff --git a/broadcast/index.frm.php b/broadcast/index.frm.php index 3a6b53f..2f38220 100644 --- a/broadcast/index.frm.php +++ b/broadcast/index.frm.php @@ -3,11 +3,11 @@ - - - - - + + + + + 伊地知ニジカ放送局 - ニジカ返答ログ @@ -120,7 +120,7 @@ - + diff --git a/broadcast/index.php b/broadcast/index.php index 2e69fab..7448458 100644 --- a/broadcast/index.php +++ b/broadcast/index.php @@ -12,8 +12,8 @@ $length = (int) ($_GET['max'] ?? 20); $asc = ($_GET['asc'] ?? 0) != 0; $keyword = trim ($_GET['q'] ?? ''); -$date_start = $_GET['start'] ?: null; -$date_end = $_GET['end'] ?: null; +$date_start = ($_GET['start'] ?? null) ?: null; +$date_end = ($_GET['end'] ?? null) ?: null; $f = fopen (LOG_PATH, 'r');