diff options
Diffstat (limited to 'etc')
-rw-r--r-- | etc/inc/gwlb.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/inc/gwlb.inc b/etc/inc/gwlb.inc index d8056c5..4a37016 100644 --- a/etc/inc/gwlb.inc +++ b/etc/inc/gwlb.inc @@ -267,7 +267,7 @@ function return_gateways_status($byname = false) { /* Return all configured gateways on the system */ function return_gateways_array($disabled = false) { - global $config; + global $config, $g; $gateways_arr = array(); |