19 lines
645 B
PHP
19 lines
645 B
PHP
<?php
|
|
$d['comment']['skin_main'] = "_desktop/bs4-default";
|
|
$d['comment']['skin_mobile'] = "_mobile/rc-default";
|
|
$d['comment']['skin_total'] = "_desktop/bs4-default";
|
|
$d['comment']['rss'] = "";
|
|
$d['comment']['restr'] = "";
|
|
$d['comment']['commentdel'] = "1";
|
|
$d['comment']['badword'] = "바보,병신";
|
|
$d['comment']['badword_action'] = "2";
|
|
$d['comment']['badword_escape'] = "*";
|
|
$d['comment']['report_del'] = "";
|
|
$d['comment']['report_del_num'] = "";
|
|
$d['comment']['report_del_act'] = "1";
|
|
$d['comment']['recnum'] = "20";
|
|
$d['comment']['newtime'] = "24";
|
|
$d['comment']['give_point'] = "";
|
|
$d['comment']['give_opoint'] = "";
|
|
?>
|