Skip to content

Commit

Permalink
Update services.php
Browse files Browse the repository at this point in the history
Fixed Error connecting to RouterOS when updating hotspot plan  from admin panel> services> Hotspot plan, edit plan
  • Loading branch information
pro-cms authored Oct 30, 2023
1 parent 80c76cd commit d241b2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion system/controllers/services.php
Original file line number Diff line number Diff line change
Expand Up @@ -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' . '<br>';
Expand Down

0 comments on commit d241b2c

Please sign in to comment.