mirror of
https://github.com/Shadowss/TravianZ.git
synced 2026-07-06 12:54:21 +00:00
Fi winner redirection
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user