Skip to content

Commit 066326b

Browse files
committed
HttpServer improvements
1 parent f37ce5f commit 066326b

4 files changed

Lines changed: 523 additions & 126 deletions

File tree

OpenHardwareMonitor/OpenHardwareMonitor.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@
6969
</ItemGroup>
7070
<ItemGroup>
7171
<Reference Include="System.Configuration.Install" />
72+
<Reference Include="System.Web" />
7273
<Reference Include="System.Web.Extensions" />
7374
</ItemGroup>
7475
<ItemGroup>

OpenHardwareMonitor/UI/MainForm.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -257,6 +257,7 @@ public MainForm()
257257
celsiusMenuItem.Checked= !fahrenheitMenuItem.Checked;
258258

259259
Server = new HttpServer(_root,
260+
_computer,
260261
_settings.GetValue("listenerIp", "?"),
261262
_settings.GetValue("listenerPort", 8085),
262263
_settings.GetValue("authenticationEnabled", false),

0 commit comments

Comments
 (0)