diff --git a/upload/install/opencart.sql b/upload/install/opencart.sql index 1a7eb9872..6b20bb3da 100644 --- a/upload/install/opencart.sql +++ b/upload/install/opencart.sql @@ -3512,12 +3512,6 @@ INSERT INTO `oc_setting` (`store_id`, `code`, `key`, `value`, `serialized`) VALU (0, 'config', 'config_shared', '0', 0), (0, 'config', 'config_secure', '0', 0), (0, 'config', 'config_fraud_detection', '0', 0), - (0, 'config', 'config_ftp_status', '0', 0), - (0, 'config', 'config_ftp_root', '', 0), - (0, 'config', 'config_ftp_password', '', 0), - (0, 'config', 'config_ftp_username', '', 0), - (0, 'config', 'config_ftp_port', '21', 0), - (0, 'config', 'config_ftp_hostname', '', 0), (0, 'config', 'config_meta_title', 'Your Store', 0), (0, 'config', 'config_session_expire', '86400', 0), (0, 'config', 'config_session_samesite', 'Strict', 0),