<?
include_once('./apahe/ini.php');
$urlup='/visitor';
$inc['title'] = 'Выход';
include_once('./apahe/top.php');
if (isset($apache)){
setcookie("apahe_id", "", time()-3600, '/');
setcookie("pass", "", time()-3600, '/');
unset($apahe);
header ('location: /index');
}else{
header ('location: /index.dll');
}
include_once('./apahe/bottom.php');
?>