From 7bfa645c95b094cdae98c3974d24a8676c02d9a2 Mon Sep 17 00:00:00 2001 From: smos Date: Mon, 4 Jun 2012 11:59:35 +0200 Subject: Fix Typo, although the host might indeed be loca. We'll just keep it local instead. --- etc/inc/gwlb.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'etc/inc/gwlb.inc') diff --git a/etc/inc/gwlb.inc b/etc/inc/gwlb.inc index 4fc5c37..f4a281a 100644 --- a/etc/inc/gwlb.inc +++ b/etc/inc/gwlb.inc @@ -321,7 +321,7 @@ function return_gateways_status($byname = false) { } /* Return all configured gateways on the system */ -function return_gateways_array($disabled = false, $locahost = false) { +function return_gateways_array($disabled = false, $localhost = false) { global $config, $g; $gateways_arr = array(); -- cgit v1.1