From: Stephen L Johnson Date: Mon, 18 Sep 2000 18:36:56 +0000 (+0000) Subject: added $WWWDOCS config variable X-Git-Tag: spong-2_7_0-beta1~41 X-Git-Url: http://git.etc.gen.nz/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d6a9da7b20aa1f501748eebbbc57d839aa8e5448;p=spong.git added $WWWDOCS config variable --- diff --git a/config/spong.conf b/config/spong.conf index e3dc399..29f08ae 100755 --- a/config/spong.conf +++ b/config/spong.conf @@ -1,7 +1,7 @@ # --------------------------------------------------------------------------- # Generic SPONG settings, specifies where files are kept, etc... # --------------------------------------------------------------------------- -# $Id: spong.conf,v 1.16 2000/08/26 05:17:41 sljohnson Exp $ +# $Id: spong.conf,v 1.17 2000/09/18 18:36:56 sljohnson Exp $ $SPONGSLEEP = 300; # Sleep time between check cycles. Depreciated @@ -36,7 +36,8 @@ $WWWFRAMES = 3; # Can be 2 or 3, defaults to 2 # Set to show long host names on Host Summary web display $WWW_FQDN = 1; -$WWWGIFS = "/spong/gifs"; +$WWWGIFS = "/spong/gifs"; # URL to www/gifs dir +$WWWDOCS = "/spong/docs"; # URL to www/docs dir $WWWHTML = "/usr/local/spong/www/html"; $WWWSPONG = "/cgi-bin/www-spong"; $WWWACK = "/cgi-bin/www-spong-ack";