summaryrefslogtreecommitdiffstats
path: root/etc/sshd
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2009-11-21 22:23:01 -0500
committerScott Ullrich <sullrich@pfsense.org>2009-11-21 22:23:01 -0500
commit7c6cef3c263fc23218cebc7d16d9665462c93cfb (patch)
tree8dcb7ec9be447e703ae2dbcebd75f4d3f91799a4 /etc/sshd
parent5fbcc12a979e0a24e9a92ebeee3aa6505d5294a3 (diff)
downloadpfsense-7c6cef3c263fc23218cebc7d16d9665462c93cfb.zip
pfsense-7c6cef3c263fc23218cebc7d16d9665462c93cfb.tar.gz
Add shaper.inc
Diffstat (limited to 'etc/sshd')
-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