We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6d899be commit b2897ddCopy full SHA for b2897dd
2 files changed
petitnote/functions.php
@@ -1,5 +1,5 @@
1
<?php
2
-$functions_ver=20250522;
+$functions_ver=20250523;
3
//編集モードログアウト
4
function logout(): void {
5
session_sta();
petitnote/index.php
@@ -18,7 +18,7 @@
18
die(__DIR__.'/functions.php'.($en ? ' does not exist.':'がありません。'));
19
}
20
require_once(__DIR__.'/functions.php');
21
-if(!isset($functions_ver)||$functions_ver<20250522){
+if(!isset($functions_ver)||$functions_ver<20250523){
22
die($en?'Please update functions.php to the latest version.':'functions.phpを最新版に更新してください。');
23
24
0 commit comments