Ver a proveniência

[FIX] change flag

master
myitinos há 4 anos
ascendente
cometimento
6618c00b34
1 ficheiros alterados com 2 adições e 2 eliminações
  1. +2
    -2
      src/system/betatest.cpp

+ 2
- 2
src/system/betatest.cpp Ver ficheiro

@ -5,7 +5,7 @@
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;
int result = -1;
@ -17,7 +17,7 @@ bool checkBetaTest()
if (betaFile) {
betaFile >> tmp;
result = tmp.compare("GKSK{" + betaFlag + "}");
result = tmp.compare("SlashRootCTF{" + betaFlag + "}");
}
}
catch(...)

Carregando…
Cancelar
Guardar