summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
Diffstat (limited to 'etc')
-rwxr-xr-xetc/rc.initial.password3
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');
OpenPOWER on IntegriCloud