diff --git a/web/plugin/gateway/easysendsms/config.php b/web/plugin/gateway/easysendsms/config.php index f9ffd0e..09d8e29 100644 --- a/web/plugin/gateway/easysendsms/config.php +++ b/web/plugin/gateway/easysendsms/config.php @@ -4,7 +4,7 @@ $data = registry_search(0, 'gateway', 'easysendsms'); $plugin_config['easysendsms'] = $data['gateway']['easysendsms']; $plugin_config['easysendsms']['name'] = 'easysendsms'; -$plugin_config['easysendsms']['url'] = 'https://www.easysendsms.com/sms/bulksms-api/bulksms-api'; +$plugin_config['easysendsms']['url'] = 'https://api.easysendsms.app/bulksms'; //$plugin_config['easysendsms']['default_url'] = 'https://www.easysendsms.com/sms/bulksms-api/bulksms-api'; //$plugin_config['easysendsms']['url'] = ( $plugin_config['easysendsms']['url'] ? $plugin_config['easysendsms']['url'] : $plugin_config['easysendsms']['default_url'] );