Skip to content

Commit

Permalink
Fixed Error connecting to RouterOS during hotspot plan update
Browse files Browse the repository at this point in the history
Fixed Error connecting to RouterOS during hotspot plan update
  • Loading branch information
ibnux authored Oct 30, 2023
2 parents 80c76cd + d241b2c commit 9190660
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 9190660

Please sign in to comment.