From ae3c9a621be4ef03ccc46be487463e401b0686be Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ermal=20Lu=E7i?= Date: Wed, 29 Apr 2009 15:44:35 +0000 Subject: Change the order of the includes its the way it should be. --- etc/inc/functions.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'etc') diff --git a/etc/inc/functions.inc b/etc/inc/functions.inc index 72382da..1365742 100644 --- a/etc/inc/functions.inc +++ b/etc/inc/functions.inc @@ -75,8 +75,8 @@ require_once("priv.inc"); require_once("certs.inc"); require_once("crypt.inc"); require_once("util.inc"); -require_once("gwlb.inc"); require_once("interfaces.inc"); +require_once("gwlb.inc"); require_once("services.inc"); require_once("system.inc"); require_once("pfsense-utils.inc"); -- cgit v1.1