faq 내용관리 팝업관리 그누보드로 이동
This commit is contained in:
@ -625,15 +625,6 @@ function get_point($amount, $point)
|
||||
}
|
||||
|
||||
|
||||
// HTML 특수문자 변환 htmlspecialchars
|
||||
function htmlspecialchars2($str)
|
||||
{
|
||||
$trans = array("\"" => """, "'" => "'", "<"=>"<", ">"=>">");
|
||||
$str = strtr($str, $trans);
|
||||
return $str;
|
||||
}
|
||||
|
||||
|
||||
// 상품이미지 업로드
|
||||
function it_img_upload($srcfile, $filename, $dir)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user