mirror of
https://github.com/Shadowss/TravianZ.git
synced 2026-09-05 01:47:16 +00:00
Add allianz to cannot modify after winner
Add allianz to cannot modify after winner
This commit is contained in:
@@ -426,7 +426,7 @@ function __construct() {
|
||||
$idParam = isset($_GET['id']) ? (int)$_GET['id'] : 0;
|
||||
|
||||
if (
|
||||
in_array($requiredPage, ['build.php', 'plus1.php', 'a2b.php'], true) ||
|
||||
in_array($requiredPage, ['build.php', 'plus1.php', 'a2b.php', 'allianz.php'], true) ||
|
||||
($requiredPage === 'plus.php' && $idParam >= 7)
|
||||
) {
|
||||
header('Location: winner.php');
|
||||
|
||||
Reference in New Issue
Block a user