diff options
Diffstat (limited to 'etc')
-rw-r--r-- | etc/inc/system.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/inc/system.inc b/etc/inc/system.inc index f5ca56f..86916cf 100644 --- a/etc/inc/system.inc +++ b/etc/inc/system.inc @@ -319,7 +319,7 @@ function system_routing_configure() { $route_arr = array(); foreach($route_str as $routeline) { $items = preg_split("/[ ]+/i", $routeline); - $route_arr[$item[0]] = array($items[0], $items[1], $items[5]); + $route_arr[$items[0]] = array($items[0], $items[1], $items[5]); } if ($dont_add_route == false) { @@ -1444,4 +1444,4 @@ function system_get_dmesg_boot() { return file_get_contents("{$g['varlog_path']}/dmesg.boot"); } -?>
\ No newline at end of file +?> |