Файл: public_html/modules/alliance/index.php
Строк: 17
<?php
$root = $_SERVER['DOCUMENT_ROOT'];
include_once ($root.'/core/base.php');
falseauth();
allianceStatus(0);
$header = "Альянс";
include_once ($root.'/core/head.php');
echo '<div class="b"><center><a href="/alliance/create"><input type="submit" value="Создать альянс"></a><br><br>';
echo '<a href="/alliance/list"><input type="submit" value="Список альянсов"></a><br><br>';
echo '<a href="/alliance/invites"><input type="submit" value="Приглашения в альянсы"></a></center></div>';
include_once ($root.'/core/foot.php');