mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-19 19:15:22 +00:00
(legacy) crashreport PHP Warning: Illegal string offset 'route' in /usr/local/etc/inc/services.inc on line 1603
This commit is contained in:
parent
b07c29adad
commit
372fdd7bc8
@ -1600,7 +1600,7 @@ function services_dhcrelay6_configure()
|
||||
}
|
||||
}
|
||||
if (!isset($destif)) {
|
||||
if (is_array($config['staticroutes']['route'])) {
|
||||
if (isset($config['staticroutes']['route'])) {
|
||||
foreach ($config['staticroutes']['route'] as $rtent) {
|
||||
if (ip_in_subnet($srvip, $rtent['network'])) {
|
||||
$a_gateways = return_gateways_array(true);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user