diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2009-11-21 22:46:56 -0500 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2009-11-21 22:46:56 -0500 |
commit | 2a7a9e3b14d445152f42ca4408938644f66bc812 (patch) | |
tree | a9edcdbf3951ddb1083430172de1d0121b1b5282 /etc | |
parent | 7c6cef3c263fc23218cebc7d16d9665462c93cfb (diff) | |
download | pfsense-2a7a9e3b14d445152f42ca4408938644f66bc812.zip pfsense-2a7a9e3b14d445152f42ca4408938644f66bc812.tar.gz |
Add shaper.inc and auth.inc
Diffstat (limited to 'etc')
-rwxr-xr-x | etc/rc.initial.password | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/etc/rc.initial.password b/etc/rc.initial.password index 1c865d8..6b8c78f 100755 --- a/etc/rc.initial.password +++ b/etc/rc.initial.password @@ -31,8 +31,11 @@ */ /* parse the configuration and include all functions used below */ + require_once("config.inc"); + require("auth.inc"); require_once("functions.inc"); + require_once("shaper.inc"); $fp = fopen('php://stdin', 'r'); |