Skip to content

Commit

Permalink
Small tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
jgoerzen committed Aug 25, 2011
1 parent a144b02 commit 98478ba
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions examples/conf/wview-conf-update.sql
Expand Up @@ -33,5 +33,6 @@ INSERT OR IGNORE INTO "config" VALUES('STATION_WLIP','no','Enable WeatherlinkIP
INSERT OR IGNORE INTO "config" VALUES('ALARMS_DO_TEST','no','Test an alarm by faking it when alarms are initialized?','ENABLE_ALARMS');
INSERT OR IGNORE INTO "config" VALUES('ALARMS_DO_TEST_NUMBER','1','Which alarm (1 - 10) to test:','ENABLE_ALARMS');
INSERT OR IGNORE INTO "config" VALUES('HTMLGEN_STATION_SHOW_IF','yes','Show interface details:','ENABLE_HTMLGEN');
INSERT OR IGNORE INTO "config" VALUES('HTTP_WURAPIDFIRE', 'no', 'Use RapidFire for WUNDERGROUND', 'ENABLE_HTTP');
COMMIT;

2 changes: 1 addition & 1 deletion wviewmgmt/http_services.php
Expand Up @@ -169,7 +169,7 @@ function reloadPage()
<td width="500" valign="center" bgcolor="#FFFFFF"></td>
<td width="180" valign="center" bgcolor="#FFFFFF"></td>
<td width="10" valign="center" bgcolor="#FFFFFF"></td>
<td width="130" rowspan="3" valign="top" bgcolor="#6666CC" align="center">
<td width="130" rowspan="4" valign="top" bgcolor="#6666CC" align="center">
<br>
<br>
<div align="center"><font face="Arial" style="font-size: 8pt" color="#FFFFFF">
Expand Down

0 comments on commit 98478ba

Please sign in to comment.