summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
Diffstat (limited to 'etc')
-rwxr-xr-xetc/sshd5
1 files changed, 3 insertions, 2 deletions
diff --git a/etc/sshd b/etc/sshd
index d0b9bf6..24164af 100755
--- a/etc/sshd
+++ b/etc/sshd
@@ -30,9 +30,10 @@
*/
require_once("globals.inc");
- require_once("functions.inc");
require_once("config.inc");
-
+ require_once("functions.inc");
+ require_once("shaper.inc");
+
if(isset($config['system']['enablesshd'])) {
/* do nothing, we're enabled */
} else {
OpenPOWER on IntegriCloud