사용하지 않는 필드 삭제
This commit is contained in:
@ -43,7 +43,6 @@ $sql = " update {$g5['config_table']}
|
|||||||
cf_write_point = '{$_POST['cf_write_point']}',
|
cf_write_point = '{$_POST['cf_write_point']}',
|
||||||
cf_comment_point = '{$_POST['cf_comment_point']}',
|
cf_comment_point = '{$_POST['cf_comment_point']}',
|
||||||
cf_download_point = '{$_POST['cf_download_point']}',
|
cf_download_point = '{$_POST['cf_download_point']}',
|
||||||
cf_search_color = '{$_POST['cf_search_color']}',
|
|
||||||
cf_write_pages = '{$_POST['cf_write_pages']}',
|
cf_write_pages = '{$_POST['cf_write_pages']}',
|
||||||
cf_mobile_pages = '{$_POST['cf_mobile_pages']}',
|
cf_mobile_pages = '{$_POST['cf_mobile_pages']}',
|
||||||
cf_link_target = '{$_POST['cf_link_target']}',
|
cf_link_target = '{$_POST['cf_link_target']}',
|
||||||
|
|||||||
@ -206,7 +206,6 @@ CREATE TABLE IF NOT EXISTS `g5_config` (
|
|||||||
`cf_write_point` int(11) NOT NULL DEFAULT '0',
|
`cf_write_point` int(11) NOT NULL DEFAULT '0',
|
||||||
`cf_comment_point` int(11) NOT NULL DEFAULT '0',
|
`cf_comment_point` int(11) NOT NULL DEFAULT '0',
|
||||||
`cf_download_point` int(11) NOT NULL DEFAULT '0',
|
`cf_download_point` int(11) NOT NULL DEFAULT '0',
|
||||||
`cf_search_color` varchar(255) NOT NULL DEFAULT '',
|
|
||||||
`cf_write_pages` int(11) NOT NULL DEFAULT '0',
|
`cf_write_pages` int(11) NOT NULL DEFAULT '0',
|
||||||
`cf_mobile_pages` int(11) NOT NULL DEFAULT '0',
|
`cf_mobile_pages` int(11) NOT NULL DEFAULT '0',
|
||||||
`cf_link_target` varchar(255) NOT NULL DEFAULT '',
|
`cf_link_target` varchar(255) NOT NULL DEFAULT '',
|
||||||
|
|||||||
Reference in New Issue
Block a user