Skip to content

Commit

Permalink
Merge pull request #249 from condor2/patch-1
Browse files Browse the repository at this point in the history
Removed FTP entries from database
  • Loading branch information
TheCartpenter authored Jan 20, 2024
2 parents f213e1f + a75c765 commit 627d531
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions upload/install/opencart.sql
Original file line number Diff line number Diff line change
Expand Up @@ -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),
Expand Down

0 comments on commit 627d531

Please sign in to comment.