websocket wip

This commit is contained in:
Anonymous275
2020-11-06 23:58:47 +02:00
parent 6bebc4c160
commit 77f811b7a8
3 changed files with 51 additions and 2 deletions

View File

@@ -9,11 +9,11 @@
std::string CustomIP;
std::string GetSVer(){
static std::string r = Sec("0.64");
static std::string r = Sec("1.0");
return r;
}
std::string GetCVer(){
static std::string r = Sec("1.63");
static std::string r = Sec("1.70");
return r;
}
void Args(int argc, char* argv[]){