From d241b2cec678d5d8b7737322e8a8bb1eecc84250 Mon Sep 17 00:00:00 2001 From: Novath Thomas <57701433+pro-cms@users.noreply.github.com> Date: Mon, 30 Oct 2023 12:18:36 +0300 Subject: [PATCH] Update services.php Fixed Error connecting to RouterOS when updating hotspot plan from admin panel> services> Hotspot plan, edit plan --- system/controllers/services.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/system/controllers/services.php b/system/controllers/services.php index 3cc81302..1bd88e09 100644 --- a/system/controllers/services.php +++ b/system/controllers/services.php @@ -302,7 +302,7 @@ $validity_unit = _post('validity_unit'); $pool_expired = _post('pool_expired'); $enabled = _post('enabled'); - + $routers = _post('routers'); $msg = ''; if (Validator::UnsignedNumber($validity) == false) { $msg .= 'The validity must be a number' . '
';