]> git.etc.gen.nz Git - spong.git/commitdiff
added $WWWDOCS config variable
authorStephen L Johnson <sjohnson@monsters.org>
Mon, 18 Sep 2000 18:36:56 +0000 (18:36 +0000)
committerStephen L Johnson <sjohnson@monsters.org>
Mon, 18 Sep 2000 18:36:56 +0000 (18:36 +0000)
config/spong.conf

index e3dc399b1471b0652bfe639e963dc72f7318ecaa..29f08aebfe9619c6d160e7ec2be49584faeb75b3 100755 (executable)
@@ -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";