Skip to content

Commit

Permalink
functions_ver=20230225
Browse files Browse the repository at this point in the history
  • Loading branch information
satopian committed Feb 26, 2023
1 parent efd595f commit d79ae20
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion petitnote/functions.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?php
$functions_ver=20230218;
$functions_ver=20230225;
//編集モードログアウト
function logout(){
$resno=filter_input(INPUT_GET,'resno');
Expand Down
2 changes: 1 addition & 1 deletion petitnote/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
return die(__DIR__.'/functions.php'.($en ? ' does not exist.':'がありません。'));
}
require_once(__DIR__.'/functions.php');
if(!isset($functions_ver)||$functions_ver<20230218){
if(!isset($functions_ver)||$functions_ver<20230225){
return die($en?'Please update functions.php to the latest version.':'functions.phpを最新版に更新してください。');
}
// jQueryバージョン
Expand Down

0 comments on commit d79ae20

Please sign in to comment.