From 7c6cef3c263fc23218cebc7d16d9665462c93cfb Mon Sep 17 00:00:00 2001 From: Scott Ullrich Date: Sat, 21 Nov 2009 22:23:01 -0500 Subject: [PATCH] Add shaper.inc --- etc/sshd | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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 {