Skip to content

Commit

Permalink
v1.53.7
Browse files Browse the repository at this point in the history
  • Loading branch information
satopian committed Oct 14, 2024
1 parent 9647f94 commit a441806
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions petitnote/index.php
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<?php
//Petit Note (c)さとぴあ @satopian 2021-2024
//1スレッド1ログファイル形式のスレッド式画像掲示板
$petit_ver='v1.53.6';
$petit_lot='lot.20241005';
$petit_ver='v1.53.7';
$petit_lot='lot.20241015';
$lang = ($http_langs = isset($_SERVER['HTTP_ACCEPT_LANGUAGE']) ? $_SERVER['HTTP_ACCEPT_LANGUAGE'] : '')
? explode( ',', $http_langs )[0] : '';
$en= (stripos($lang,'ja')!==0);
Expand Down

0 comments on commit a441806

Please sign in to comment.