Fi winner redirection

This commit is contained in:
TPLinux
2017-06-29 16:30:40 +00:00
committed by GitHub
parent 444037f7ff
commit 3961ea2a0c
+1 -1
View File
@@ -35,7 +35,7 @@ class Automation {
$isThere = mysql_num_rows($q);
if($isThere > 0)
{
header('Location: /winner.php');
header('Location: winner.php');
}else{
## there is no winner
}