diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2009-11-21 22:23:01 -0500 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2009-11-21 22:23:01 -0500 |
commit | 7c6cef3c263fc23218cebc7d16d9665462c93cfb (patch) | |
tree | 8dcb7ec9be447e703ae2dbcebd75f4d3f91799a4 /etc/sshd | |
parent | 5fbcc12a979e0a24e9a92ebeee3aa6505d5294a3 (diff) | |
download | pfsense-7c6cef3c263fc23218cebc7d16d9665462c93cfb.zip pfsense-7c6cef3c263fc23218cebc7d16d9665462c93cfb.tar.gz |
Add shaper.inc
Diffstat (limited to 'etc/sshd')
-rwxr-xr-x | etc/sshd | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -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 { |