diff --git a/etc/sshd b/etc/sshd index d0b9bf6a16..24164af7e2 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 {