신고 플러그인 v 1.2.2 정보
신고 플러그인 v 1.2.2본문
신고된 게시글의 링크와 파일부분을 블라인드하도록 추가하였습니다.
(작은별님이 건의해주셨습니다. 감사합니다.)
●1.2.1버전에서 1.2.2버전으로 업데이트하시는분!-------------------------------------
extend/report.lib.php 파일 57줄
if(!$is_admin)
{
global $trackback_url, $nogood_href, $good_href, $scrap_href, $update_href, $reply_href, $write_href, $copy_href, $move_href;
$trackback_url = $nogood_href = $good_href = $scrap_href = $update_href = $reply_href = $write_href = $copy_href = $move_href = "";
}
를
if(!$is_admin)
{
global $trackback_url, $nogood_href, $good_href, $scrap_href, $update_href, $reply_href, $copy_href, $move_href;
$trackback_url = $nogood_href = $good_href = $scrap_href = $update_href = $reply_href = $copy_href = $move_href = "";
}
$view[link] = $view[file] = 0;
로 수정해주세요 [if(!$is_admin){ ~~ } 속 내용(~~)도 반드시]
그러면 패치 완료입니다.
--------------------------------------------------------------------------------------------------------
그리고 제작자가 기부금을 받습니다. (395-085165-01-017 기업은행 김경욱) ♡
추천
0
0
댓글 전체

바로 반영 해주셔서 감사합니다 ^^
적용해봤는데 잘 되네요.
적용해봤는데 잘 되네요.