Skip to content

Commit

Permalink
v1.65.3
Browse files Browse the repository at this point in the history
  • Loading branch information
satopian committed Dec 29, 2024
1 parent 8df3cef commit 76571c2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 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.65.2';
$petit_lot='lot.20241225';
$petit_ver='v1.65.3';
$petit_lot='lot.20241229';

$lang = ($http_langs = isset($_SERVER['HTTP_ACCEPT_LANGUAGE']) ? $_SERVER['HTTP_ACCEPT_LANGUAGE'] : '')
? explode( ',', $http_langs )[0] : '';
Expand All @@ -17,7 +17,7 @@
die(__DIR__.'/functions.php'.($en ? ' does not exist.':'がありません。'));
}
require_once(__DIR__.'/functions.php');
if(!isset($functions_ver)||$functions_ver<20241225){
if(!isset($functions_ver)||$functions_ver<20241229){
die($en?'Please update functions.php to the latest version.':'functions.phpを最新版に更新してください。');
}
check_file(__DIR__.'/misskey_note.inc.php');
Expand Down

0 comments on commit 76571c2

Please sign in to comment.