|
|
|
15년 전
|
조회 1,258
|
|
|
|
15년 전
|
조회 1,172
|
|
|
|
15년 전
|
조회 3,640
|
|
|
|
15년 전
|
조회 1,553
|
|
|
|
15년 전
|
조회 1,585
|
|
|
|
15년 전
|
조회 1,045
|
|
|
|
15년 전
|
조회 1,056
|
|
|
|
15년 전
|
조회 1,630
|
|
|
|
15년 전
|
조회 1,532
|
|
|
|
15년 전
|
조회 1,515
|
|
|
|
15년 전
|
조회 1,157
|
|
|
|
15년 전
|
조회 1,531
|
|
|
|
15년 전
|
조회 1,056
|
|
|
|
15년 전
|
조회 987
|
|
|
|
15년 전
|
조회 1,529
|
|
|
|
15년 전
|
조회 978
|
|
|
|
15년 전
|
조회 1,912
|
|
|
|
15년 전
|
조회 1,536
|
|
|
|
15년 전
|
조회 1,129
|
|
|
|
15년 전
|
조회 1,542
|
댓글 3개
echo "<script type='text/javascript'> var g4_cf_filter = '$config[cf_filter]'; </script>
이 부분을
cf_filter 을 cf_comment_filter 로 수정
adm/config_form.php 추가
$sql = " ALTER table `$g4[config_table]` ADD `cf_comment_filter` TEXT NOT NULL ";
adm/config_form.php 추가
<td colspan=3><textarea class=ed name='cf_comment_filter' rows='7' style='width:99%;'><?=$cf_comment_filter]?> </textarea></td>
adm/config_form_update.php 추가
cf_comment_filter = '$_POST[cf_comment_filter]',