summaryrefslogtreecommitdiffstats
path: root/etc/inc/functions.inc
diff options
context:
space:
mode:
authorBill Marquette <billm@pfsense.org>2007-04-13 03:26:35 +0000
committerBill Marquette <billm@pfsense.org>2007-04-13 03:26:35 +0000
commitfab7ff44cbc8d2faf0d0a270d8edb8d65807557e (patch)
treee6dcf342fb2e18d8de67ed7ed9589519d4c64ec3 /etc/inc/functions.inc
parent6d838c8378006c84402993ab631c1b9947fc41a3 (diff)
downloadpfsense-fab7ff44cbc8d2faf0d0a270d8edb8d65807557e.zip
pfsense-fab7ff44cbc8d2faf0d0a270d8edb8d65807557e.tar.gz
Backport usermanager code from HEAD so I can get it in the snaps and
start testing it properly There's still some CSS/HTML fixes needed but the code seems to work
Diffstat (limited to 'etc/inc/functions.inc')
-rw-r--r--etc/inc/functions.inc3
1 files changed, 2 insertions, 1 deletions
diff --git a/etc/inc/functions.inc b/etc/inc/functions.inc
index 77a08cb..7fdbcbf 100644
--- a/etc/inc/functions.inc
+++ b/etc/inc/functions.inc
@@ -46,6 +46,7 @@ if(!function_exists("pfSenseHeader")) {
/* END compatibility goo with HEAD */
/* include all configuration functions */
+require_once("auth.inc");
require_once("captiveportal.inc");
require_once("filter.inc");
require_once("interfaces.inc");
@@ -57,4 +58,4 @@ require_once("util.inc");
require_once("vpn.inc");
require_once("vslb.inc");
-?> \ No newline at end of file
+?>
OpenPOWER on IntegriCloud