]> git.etc.gen.nz Git - spong.git/commitdiff
added new DATE, TIME and DATETIME formating varirables
authorStephen L Johnson <sjohnson@monsters.org>
Sun, 9 Jul 2000 06:51:57 +0000 (06:51 +0000)
committerStephen L Johnson <sjohnson@monsters.org>
Sun, 9 Jul 2000 06:51:57 +0000 (06:51 +0000)
config/spong.conf

index 84da12c18693985508df807f67cfba9db2c20e23..ce2dc38e69bbae84487435f5353bee33f741faa2 100755 (executable)
@@ -58,6 +58,16 @@ $WWW_TITLE_ACTIONBAR = ' <b>Extended ActionBar: </b> ' .
 ' <a href="/spong-rrd/index.html">Spong RRD Charts</a> ' .
 ' || <a href="/cgi-bin/sysquery.pl?target=showall">System Summaries</a>';
 
+# 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