From 35fc082c56866480dd1391cbac6945918f9842b3 Mon Sep 17 00:00:00 2001 From: Stephen L Johnson Date: Fri, 25 Aug 2000 15:35:08 +0000 Subject: [PATCH] removed "http://hostname/" from $WWWSPONG and $WWWACK default values --- config/spong.conf | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/config/spong.conf b/config/spong.conf index 8c5addb..9d79ce1 100755 --- a/config/spong.conf +++ b/config/spong.conf @@ -1,6 +1,7 @@ # --------------------------------------------------------------------------- # Generic SPONG settings, specifies where files are kept, etc... # --------------------------------------------------------------------------- +# $Id: spong.conf,v 1.15 2000/08/25 15:35:08 sljohnson Exp $ $SPONGSLEEP = 300; # Sleep time between check cycles. Depreciated @@ -37,9 +38,10 @@ $WWW_FQDN = 1; $WWWGIFS = "/spong/gifs"; $WWWHTML = "/usr/local/spong/www/html"; -$WWWSPONG = "http://spong-server.aci.alltel.com/cgi-bin/www-spong"; -$WWWACK = "http://spong-server.aci.alltel.com/cgi-bin/www-spong-ack"; -$WWWCONTACT = "http://spong-server.aci.alltel.com/spong/page.cgi"; +$WWWSPONG = "/cgi-bin/www-spong"; +$WWWACK = "/cgi-bin/www-spong-ack"; +#$WWWCONTACT = "/spong/page.cgi"; # This CGI script is not provided. See + # the admin-guide for more infomation # Customized link(s) that can be added to the Host Display (right frame) # $WWW_ACTIONBAR_CUSTOM = -- 2.30.2