Captive portal include bug
-
Hi!
I'm using 2.1.1-RELEASE (amd64) and when I click on save, I'm getting this error:
Fatal error: Call to undefined function iintval() in /etc/inc/captiveportal.inc on line 1016
In /etc/inc/captiveportal.inc, there is the following line:
$enBwup = iintval($ipent['bw_up']);
Once changed to the next one (from iintval to intval), everything worked again:
$enBwup = intval($ipent['bw_up']);
:D
-
Fixed thank you.
Copyright 2025 Rubicon Communications LLC (Netgate). All rights reserved.