<?
include '../system/common.php';
include '../system/functions.php';
include '../system/user.php';
if(!$user) {
header('location: /');
exit;
}
$title = 'Успешно';
include '../system/h.php';
?>
<div class='content'>
<center>Платёж успешно прошёл</center>
</div>
<?
include '../system/f.php';
?>