diff options
author | Ermal Luçi <eri@pfsense.org> | 2009-04-29 15:44:35 +0000 |
---|---|---|
committer | Ermal Luçi <eri@pfsense.org> | 2009-04-29 15:44:35 +0000 |
commit | ae3c9a621be4ef03ccc46be487463e401b0686be (patch) | |
tree | dd32894af9577c3cf6ef38c64f06c0832b60281e | |
parent | 2b4d37dedd17f67a9b617e726ae47b026716ae17 (diff) | |
download | pfsense-ae3c9a621be4ef03ccc46be487463e401b0686be.zip pfsense-ae3c9a621be4ef03ccc46be487463e401b0686be.tar.gz |
Change the order of the includes its the way it should be.
-rw-r--r-- | etc/inc/functions.inc | 2 |
1 files changed, 1 insertions, 1 deletions
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"); |