사용되지 않는 필드 삭제
This commit is contained in:
@ -93,7 +93,6 @@ $sql = " insert into `{$table_prefix}config`
|
||||
cf_admin = '$admin_id',
|
||||
cf_admin_email = '$admin_email',
|
||||
cf_use_point = '1',
|
||||
cf_use_norobot = '1',
|
||||
cf_use_copy_log = '1',
|
||||
cf_login_point = '100',
|
||||
cf_memo_send_point = '500',
|
||||
@ -107,7 +106,6 @@ $sql = " insert into `{$table_prefix}config`
|
||||
cf_write_point = '$write_point',
|
||||
cf_comment_point = '$comment_point',
|
||||
cf_download_point = '$download_point',
|
||||
cf_search_bgcolor = 'YELLOW',
|
||||
cf_search_color = 'RED',
|
||||
cf_write_pages = '10',
|
||||
cf_mobile_pages = '5',
|
||||
|
||||
Reference in New Issue
Block a user