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

Размер файла: 246B
<?php
include "config.php";
if($pass==$user_pass)
{
$file=fopen("./msg/$id.dat","w");
fclose($file);
}
$site='http://'.$_SERVER['HTTP_HOST'].''.str_replace('postdel.php','index.php',$_SERVER['PHP_SELF']).'?id='.$id;
header ("Location: $site");
?>