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:
parent
bba4dbe590
commit
e8a2ded68f
4
fluxion
4
fluxion
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue