1
0
mirror of https://github.com/RaidMax/IW4M-Admin.git synced 2025-06-11 07:40:54 -05:00

Kayak works how I want it :) 'secure' authentication

This commit is contained in:
RaidMax
2015-08-23 22:35:04 -05:00
parent feb37123e2
commit 7ae6c7e07f
21 changed files with 83 additions and 176 deletions

View File

@ -45,5 +45,13 @@ namespace Webfront_Plugin
{
get { return 0.1f; }
}
public override string Author
{
get
{
return "RaidMax";
}
}
}
}