mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-13 08:09:41 +00:00
remove idletimeout requirement for ondemand connections
This commit is contained in:
parent
b56bcf8392
commit
1ccf6b4527
@ -97,7 +97,7 @@ if ($_SERVER['REQUEST_METHOD'] === 'GET') {
|
||||
break;
|
||||
case "pppoe":
|
||||
if (!empty($pconfig['ondemand'])) {
|
||||
$reqdfields = explode(" ", "ports username password ondemand idletimeout");
|
||||
$reqdfields = explode(" ", "ports username password ondemand");
|
||||
$reqdfieldsn = array(gettext("Link Interface(s)"),gettext("Username"),gettext("Password"),gettext("Dial on demand"),gettext("Idle timeout value"));
|
||||
} else {
|
||||
$reqdfields = explode(" ", "ports username password");
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user