[튜닝] 허걱 alert_only 가 배추빌더에서 사용중인 함수군요..
로빈아빠
본문
배추빌더 gediter 편집기중 이미지업로드 가 적용이 안되길래 30분동안 수색(?)을 한결과..
/geditor/upload.php 의 함수중 alert_only 가 내가 사용중인 함수와 중복이 된다.
if (!function_exists("alert_only")) {
function alert_only($msg='', $url='') {
echo "<script language='javascript'>alert('$msg'); </script>";
exit;
}
}
배추빌더를 사용하는 사람이 많으니 내가 바꾸어야 하는구만..ㅠㅠ
/geditor/upload.php 의 함수중 alert_only 가 내가 사용중인 함수와 중복이 된다.
if (!function_exists("alert_only")) {
function alert_only($msg='', $url='') {
echo "<script language='javascript'>alert('$msg'); </script>";
exit;
}
}
배추빌더를 사용하는 사람이 많으니 내가 바꾸어야 하는구만..ㅠㅠ
댓글목록
맥스님의 댓글
맥스 작성일