From 3961ea2a0c0c111f284fff88429af893d5868f39 Mon Sep 17 00:00:00 2001 From: TPLinux Date: Thu, 29 Jun 2017 16:30:40 +0000 Subject: [PATCH] Fi winner redirection --- GameEngine/Automation.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GameEngine/Automation.php b/GameEngine/Automation.php index 792486f8..abb3585c 100755 --- a/GameEngine/Automation.php +++ b/GameEngine/Automation.php @@ -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 }