Skip to content

Commit b2897dd

Browse files
committed
$functions_ver<20250523
1 parent 6d899be commit b2897dd

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

petitnote/functions.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?php
2-
$functions_ver=20250522;
2+
$functions_ver=20250523;
33
//編集モードログアウト
44
function logout(): void {
55
session_sta();

petitnote/index.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
die(__DIR__.'/functions.php'.($en ? ' does not exist.':'がありません。'));
1919
}
2020
require_once(__DIR__.'/functions.php');
21-
if(!isset($functions_ver)||$functions_ver<20250522){
21+
if(!isset($functions_ver)||$functions_ver<20250523){
2222
die($en?'Please update functions.php to the latest version.':'functions.phpを最新版に更新してください。');
2323
}
2424

0 commit comments

Comments
 (0)