Explorar el Código

[FIX] change flag

master
myitinos hace 4 años
padre
commit
6618c00b34
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. +2
    -2
      src/system/betatest.cpp

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

@ -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(...)

Cargando…
Cancelar
Guardar