diff options
Diffstat (limited to 'etc/inc/system.inc')
-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 45a8e8c..6281a14 100644 --- a/etc/inc/system.inc +++ b/etc/inc/system.inc @@ -248,7 +248,7 @@ function system_hostname_configure() { } function system_routing_configure() { - global $config, $g, $gateways_arr; + global $config, $g; if(isset($config['system']['developerspew'])) { $mt = microtime(); echo "system_routing_configure() being called $mt\n"; @@ -1418,4 +1418,4 @@ function system_get_dmesg_boot() { return file_get_contents("{$g['varlog_path']}/dmesg.boot"); } -?> +?>
\ No newline at end of file |