From: Stephen L Johnson Date: Sun, 9 Jul 2000 06:51:57 +0000 (+0000) Subject: added new DATE, TIME and DATETIME formating varirables X-Git-Tag: spong-2_7-alpha7~13 X-Git-Url: http://git.etc.gen.nz/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f9c9e9fca4dfcd076446271969c5eae5c740d724;p=spong.git added new DATE, TIME and DATETIME formating varirables --- diff --git a/config/spong.conf b/config/spong.conf index 84da12c..ce2dc38 100755 --- a/config/spong.conf +++ b/config/spong.conf @@ -58,6 +58,16 @@ $WWW_TITLE_ACTIONBAR = ' Extended ActionBar: ' . ' Spong RRD Charts ' . ' || System Summaries'; +# This is the default of the www-spong CGI program. Possible values are +# 'GROUPS' or 'HOST' +$WWW_DEFAULT_VIEW = "GROUPS"; + +# Date and time format strings. These are strftime() format variables +$DATETIMEFMT = "%c"; +$DATEFMT = "%m/%d/%y"; +$TIMEFMT = "%H:%M:%S"; + + $WWW_TITLE_COLOR = "#9999ff"; # Background color for table title cells $WWW_CELL_COLOR = "#cccccc"; # Background color for table detail cells