Add allianz to cannot modify after winner

Add allianz to cannot modify after winner
This commit is contained in:
novgorodschi catalin
2026-09-04 12:50:27 +03:00
parent 90c8d3dee6
commit c2253bdebc
+1 -1
View File
@@ -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');