Просмотр файла blackgbs/exit.php

Размер файла: 210B
<?php
include 'config.php';
if ($pass==$user_pass)
{
$_SESSION['userpass']='';
}
$site='http://'.$_SERVER['HTTP_HOST'].''.str_replace('exit.php','index.php',$_SERVER['PHP_SELF']);
header ("Location: $site");
?>