From 16df91e0b14103b72948784e59a5d8e5d34f85cd Mon Sep 17 00:00:00 2001 From: Scott Ullrich Date: Sun, 20 Nov 2005 05:50:07 +0000 Subject: file_notice() requires notices.inc --- etc/sshd | 1 + 1 file changed, 1 insertion(+) (limited to 'etc/sshd') 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 */ -- cgit v1.1