<?php
require'../shaxty.php'; // waphp.ru - закрытый клуб вап мастеров!
check_login();
$title = 'Переход';
$align = 'left';
$head = 'Переход';
include_once (H.'shaxty/head.php');
header('location: '.F.trim($_POST['adres']));
include_once (H.'shaxty/foot.php');
?>