Skip to content

Commit

Permalink
mono/mono_paint.blade.php
Browse files Browse the repository at this point in the history
  • Loading branch information
satopian committed Nov 3, 2024
1 parent 3851a41 commit af363a4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion potiboard5/potiboard.php
Original file line number Diff line number Diff line change
Expand Up @@ -2584,7 +2584,7 @@ function replace($no="",$pwd="",$repcode="",$java=""){
continue;
}
list($eno,$edate,$name,$email,$sub,$com,$url,$ehost,$epwd,$ext,$_w,$_h,$etim,,$ptime,$fcolor,$epchext,$ethumbnail,$etool,$logver,) = explode(",", rtrim($value).',,,,,,,');
//画像差し替えに管理パスは使っていない
//画像差し換えに管理パスは使っていない
if($eno === $no && check_password($pwd, $epwd)){
$tp=fopen(TREEFILE,"r");
while($tree=fgets($tp)){
Expand Down
2 changes: 1 addition & 1 deletion potiboard5/templates/mono/mono_paint.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -374,7 +374,7 @@ function GradSelC(){if(d.grad.view.checked){d=document.grad;l=ps.length;pe="";fo
<param name="url_save" value="{{$self}}?mode=picpost">
<param name="send_header" value="usercode={{$usercode}}&amp;tool={{$tool}}&amp;rep={{$rep}}&amp;no={{$no}}&amp;pwd={{$pwd}}">
@if($rep)
<param name="url_exit" value="{{$self}}?res={{$oyano}}">
<param name="url_exit" value="{{$self}}?res={{$oyano}}&amp;resid={{$no}}">
@else
<param name="url_exit" value="{{$self}}?mode=piccom&amp;stime={{$stime}}">
@endif
Expand Down

0 comments on commit af363a4

Please sign in to comment.