Browse Source

[FIX] change flag

master
myitinos 4 years ago
parent
commit
6618c00b34
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      src/system/betatest.cpp

+ 2
- 2
src/system/betatest.cpp View File

@ -5,7 +5,7 @@
bool checkBetaTest() bool checkBetaTest()
{ {
std::string betaFlag = "4re_Y0u_53ri0usly_checking_f0r_b3t4_t3sT?";
std::string betaFlag = "7h1s_i5_n0t_a_b3t4_tE5t_k3y";
std::string tmp; std::string tmp;
int result = -1; int result = -1;
@ -17,7 +17,7 @@ bool checkBetaTest()
if (betaFile) { if (betaFile) {
betaFile >> tmp; betaFile >> tmp;
result = tmp.compare("GKSK{" + betaFlag + "}");
result = tmp.compare("SlashRootCTF{" + betaFlag + "}");
} }
} }
catch(...) catch(...)

Loading…
Cancel
Save