From 8a7e36a49e1cd0d9917568eebf8756996b8822e1 Mon Sep 17 00:00:00 2001 From: ahmwai Date: Mon, 6 Feb 2023 15:55:00 +0800 Subject: [PATCH] Update config.php Apibase URL has been changed at easysendsms.com --- web/plugin/gateway/easysendsms/config.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'] );