We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2dbee65 commit 63f74c6Copy full SHA for 63f74c6
1 file changed
petitnote/index.php
@@ -1,8 +1,8 @@
1
<?php
2
//Petit Note (c)さとぴあ @satopian 2021-2025
3
//1スレッド1ログファイル形式のスレッド式画像掲示板
4
-$petit_ver='v1.89.8';
5
-$petit_lot='lot.20250605';
+$petit_ver='v1.89.9';
+$petit_lot='lot.20250607';
6
7
$lang = ($http_langs = $_SERVER['HTTP_ACCEPT_LANGUAGE'] ?? '')
8
? explode( ',', $http_langs )[0] : '';
@@ -1413,7 +1413,7 @@ function img_replace(): void {
1413
break;
1414
}
1415
1416
- if(!check_elapsed_days($_time)&&(!$adminpost && !$admindel)){//指定日数より古い画像差し換えは新規投稿にする
+ if($flag && !check_elapsed_days($_time)&&(!$adminpost && !$admindel)){//指定日数より古い画像差し換えは新規投稿にする
1417
1418
closeFile($rp);
1419
closeFile($fp);
0 commit comments