Skip to content

Commit

Permalink
thumbnail_gd.php
Browse files Browse the repository at this point in the history
  • Loading branch information
satopian committed Nov 1, 2024
1 parent a868d03 commit d72d734
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion petitnote/thumbnail_gd.php
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ function_exists("imagesavealpha")){//透明度のための機能はあるか?

if(is_file($outfile)){
return $outfile;
};
}
return false;

}

0 comments on commit d72d734

Please sign in to comment.