summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2005-11-20 05:50:07 +0000
committerScott Ullrich <sullrich@pfsense.org>2005-11-20 05:50:07 +0000
commit16df91e0b14103b72948784e59a5d8e5d34f85cd (patch)
tree184c988b92b6fb500c8cc17174185bfc481c801e /etc
parent1120ff5725e1c44d1405da44d737e3f2e2cf6ce6 (diff)
downloadpfsense-16df91e0b14103b72948784e59a5d8e5d34f85cd.zip
pfsense-16df91e0b14103b72948784e59a5d8e5d34f85cd.tar.gz
file_notice() requires notices.inc
Diffstat (limited to 'etc')
-rwxr-xr-xetc/sshd1
1 files changed, 1 insertions, 0 deletions
diff --git a/etc/sshd b/etc/sshd
index 2cf6aac..2153f21 100755
--- a/etc/sshd
+++ b/etc/sshd
@@ -29,6 +29,7 @@
POSSIBILITY OF SUCH DAMAGE.
*/
require_once("config.inc");
+ require_once("notices.inc");
if(isset($config['system']['enablesshd'])) {
/* do nothing, we're enabled */
OpenPOWER on IntegriCloud