From 1f1ca0c3eb6fd9a661c2537016c29e93b32db600 Mon Sep 17 00:00:00 2001 From: Pepijn Over Date: Thu, 31 Jul 2014 16:37:12 +0200 Subject: [PATCH] disabling sms by default on new installs --- src/psm/Util/Install/Installer.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/psm/Util/Install/Installer.class.php b/src/psm/Util/Install/Installer.class.php index 0b10b2a0..b3729195 100644 --- a/src/psm/Util/Install/Installer.class.php +++ b/src/psm/Util/Install/Installer.class.php @@ -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'),