diff --git a/petitnote/index.php b/petitnote/index.php index 03bd722..e590335 100644 --- a/petitnote/index.php +++ b/petitnote/index.php @@ -2,7 +2,7 @@ //Petit Note (c)さとぴあ @satopian 2021-2024 //1スレッド1ログファイル形式のスレッド式画像掲示板 $petit_ver='v1.53.2'; -$petit_lot='lot.20240928.1'; +$petit_lot='lot.20240930'; $lang = ($http_langs = isset($_SERVER['HTTP_ACCEPT_LANGUAGE']) ? $_SERVER['HTTP_ACCEPT_LANGUAGE'] : '') ? explode( ',', $http_langs )[0] : ''; $en= (stripos($lang,'ja')!==0);