Skip to content

Commit

Permalink
Update ArgaDwiki.php
Browse files Browse the repository at this point in the history
Add result syntax
  • Loading branch information
Dewaresult authored Oct 19, 2021
1 parent f4c7201 commit a9c5158
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions ArgaDwiki.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,8 @@
header("location: result.php?player=" . getTurn());
}
}

if (playsCount() >= 9) {
header("location: result.php");
}
?>

0 comments on commit a9c5158

Please sign in to comment.