Typo: Add KAMA

This commit is contained in:
2024-05-09 20:44:28 +04:00
parent 6b2e9c1dc2
commit d65fb7d326
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -7,7 +7,7 @@
</head>
<body>
<?php
$zone = 'Afrique';
$zone = 'Afrique (KAMA)';
include('../game-control/back.php');
include('../game-control/start.php');
?>