]> git.etc.gen.nz Git - spong.git/commitdiff
added $WAPSPONG variable needed for wap-spong program
authorStephen L Johnson <sjohnson@monsters.org>
Mon, 25 Sep 2000 20:43:54 +0000 (20:43 +0000)
committerStephen L Johnson <sjohnson@monsters.org>
Mon, 25 Sep 2000 20:43:54 +0000 (20:43 +0000)
config/spong.conf

index 29f08aebfe9619c6d160e7ec2be49584faeb75b3..246980320a2ab1af47a613745f6e70d115cbeeda 100755 (executable)
@@ -1,7 +1,7 @@
 # ---------------------------------------------------------------------------
 # Generic SPONG settings, specifies where files are kept, etc...
 # ---------------------------------------------------------------------------
-# $Id: spong.conf,v 1.17 2000/09/18 18:36:56 sljohnson Exp $
+# $Id: spong.conf,v 1.18 2000/09/25 20:43:54 sljohnson Exp $
 
 $SPONGSLEEP           = 300;     # Sleep time between check cycles. Depreciated
 
@@ -38,9 +38,13 @@ $WWW_FQDN = 1;
 
 $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";
+$WWWHTML     = "/usr/local/spong/www/html"; # File path to SPONG/www dir
+$WWWSPONG    = "/cgi-bin/www-spong";        # URL path to www-spong program
+$WWWACK      = "/cgi-bin/www-spong-ack";    # URL path to www-spong-ack pgm
+
+$WAPSPONG    = "/cgi-bin/wap-spong";        # URL path to wap-spong pgm
+                                            # BETA version of this feature
+
 #$WWWCONTACT  = "/spong/page.cgi";     # This CGI script is not provided. See
                                        # the admin-guide for more infomation