Skip to content

Commit

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

0 comments on commit a17fdaa

Please sign in to comment.