<?php
$title = 'Аккаунт отклонён';
include_once($_SERVER["DOCUMENT_ROOT"].'/style/head.php');
mode('user');
if($user['moderation']!=2){
header('location:/');
}
?>
<div class="title">
Модерация аккаунта
</div>
<div class="text">
Ваш аккаунт был отклонён при модерации регистрации.<br/>
Возможная причина: у Вас уже есть аккаунт на сайте.
</div>
<?
include_once($_SERVER["DOCUMENT_ROOT"].'/style/foot.php');
?>