Moved application into webfront core project

This commit is contained in:
RaidMax
2018-02-27 21:27:23 -06:00
parent 52cc5a30e6
commit 7c0fbb1896
50 changed files with 45 additions and 5235 deletions

View File

@ -127,7 +127,7 @@ namespace Welcome_Plugin
try
{
CountryLookupProj.CountryLookup CLT = new CountryLookupProj.CountryLookup("Plugins/GeoIP.dat");
msg = msg.Replace("{{ClientLocation}}", CLT.lookupCountryName(joining.IPAddressString));
msg = msg.Replace("{{ClientLocation}}", CLT.LookupCountryName(joining.IPAddressString));
}
catch (Exception)