mirror of
https://github.com/Shadowss/TravianZ.git
synced 2026-09-04 17:37:21 +00:00
Fi winner redirection
This commit is contained in:
@@ -35,7 +35,7 @@ class Automation {
|
|||||||
$isThere = mysql_num_rows($q);
|
$isThere = mysql_num_rows($q);
|
||||||
if($isThere > 0)
|
if($isThere > 0)
|
||||||
{
|
{
|
||||||
header('Location: /winner.php');
|
header('Location: winner.php');
|
||||||
}else{
|
}else{
|
||||||
## there is no winner
|
## there is no winner
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user