Typo: Change kat name

This commit is contained in:
2024-05-09 21:10:18 +04:00
parent d65fb7d326
commit c66fac93ce
7 changed files with 14 additions and 14 deletions
+1 -1
View File
@@ -7,7 +7,7 @@
</head>
<body>
<?php
$zone = 'La Réunion (974)';
$zone = 'DINA MORGABIN (La Réunion)';
include('../game-control/back.php');
include('../game-control/start.php');
?>
+1 -1
View File
@@ -7,7 +7,7 @@
</head>
<body>
<?php
$zone = 'Guyane (973)';
$zone = 'GUYANE';
include('../game-control/back.php');
include('../game-control/start.php');
?>
+1 -1
View File
@@ -7,7 +7,7 @@
</head>
<body>
<?php
$zone = 'Afrique (KAMA)';
$zone = 'KAMA (Afrique)';
include('../game-control/back.php');
include('../game-control/start.php');
?>
+1 -1
View File
@@ -7,7 +7,7 @@
</head>
<body>
<?php
$zone = 'Guadeloupe (971)';
$zone = 'KARUKERA (Guadeloupe)';
include('../game-control/back.php');
include('../game-control/start.php');
?>
+1 -1
View File
@@ -7,7 +7,7 @@
</head>
<body>
<?php
$zone = 'Martinique (972)';
$zone = 'WANAKERA (Martinique)';
include('../game-control/back.php');
include('../game-control/start.php');
?>