disabling sms by default on new installs

This commit is contained in:
Pepijn Over 2014-07-31 16:37:12 +02:00
parent e590eb798f
commit 1f1ca0c3eb
1 changed files with 1 additions and 1 deletions

View File

@ -138,7 +138,7 @@ class Installer {
('email_smtp_port', ''),
('email_smtp_username', ''),
('email_smtp_password', ''),
('sms_status', '1'),
('sms_status', '0'),
('sms_gateway', 'mollie'),
('sms_gateway_username', 'username'),
('sms_gateway_password', 'password'),