Skip to content

Commit

Permalink
v6.53.1
Browse files Browse the repository at this point in the history
  • Loading branch information
satopian committed Nov 24, 2024
1 parent 47915d6 commit a34b02f
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions potiboard5/potiboard.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

// POTI-board EVO
// バージョン :
const POTI_VER = 'v6.53.0';
const POTI_VER = 'v6.53.1';
const POTI_LOT = 'lot.20241124';

/*
Expand Down Expand Up @@ -577,7 +577,7 @@ function form_admin_in($adminin=""){
global $ADMIN_PASS;

if(($adminin !== 'valid')){
return;
return [];
}
if(ALLOW_ADMINS_TO_USE_ALL_APPS_REGARDLESS_OF_SETTINGS){
$dat['paint'] = true;
Expand Down Expand Up @@ -1965,7 +1965,6 @@ function paintcom(){
}

//テンポラリ画像リスト作成
$tmplist = array();
$handle = opendir(TEMP_DIR);
$tmp = [];
while ($file = readdir($handle)) {
Expand Down

0 comments on commit a34b02f

Please sign in to comment.