mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-15 00:54:41 +00:00
fix for previous
This commit is contained in:
parent
7077a7c7cb
commit
cd3a1b3ea6
@ -56,8 +56,8 @@ if ($_SERVER['REQUEST_METHOD'] === 'GET') {
|
||||
}
|
||||
// boolean
|
||||
$pconfig['rasamednsasdhcp6'] = isset($config['dhcpdv6'][$if]['rasamednsasdhcp6']);
|
||||
if (empty($config['ranosend'])) {
|
||||
$config['rasend'] = true;
|
||||
if (empty($config['dhcpdv6'][$if]['ranosend'])) {
|
||||
$pconfig['rasend'] = true;
|
||||
}
|
||||
|
||||
// defaults
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user