사용되지 않는 필드 삭제

This commit is contained in:
chicpro
2014-04-10 17:22:28 +09:00
parent 7eaec845fc
commit 9bfb92cf74
7 changed files with 4 additions and 25 deletions

View File

@ -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',