Skip to content

Commit 3a580a7

Browse files
author
ComputerElite
committed
small bug fixes and improvements
1 parent 8322b09 commit 3a580a7

File tree

6 files changed

+275
-77
lines changed

6 files changed

+275
-77
lines changed

Authentication.cs

-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@ public class Website
3434
public string privateToken { get; set; } = "";
3535
public string discordWebhookUrl { get; set; } = "";
3636
public int siteClicks { get;set; } = 0;
37-
public int siteIps { get; set; } = 0;
3837
public DateTime lastWebhookUpdate { get; set; } = DateTime.Now;
3938
public int index = 0;
4039
}

ComputerAnalytics.csproj

+4
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@
44
<OutputType>Exe</OutputType>
55
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
66
</PropertyGroup>
7+
<ItemGroup>
8+
<None Remove="api.txt" />
9+
</ItemGroup>
710
<ItemGroup>
811
<Reference Include="System.Text.Json, Version=4.0.1.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL" />
912
</ItemGroup>
@@ -15,6 +18,7 @@
1518
</ItemGroup>
1619
<ItemGroup>
1720
<EmbeddedResource Include="analytics.html" />
21+
<EmbeddedResource Include="api.txt" />
1822
<EmbeddedResource Include="console.html" />
1923
</ItemGroup>
2024
<ItemGroup>

0 commit comments

Comments
 (0)