<? session_start(); ?>
<? if($dane!="ok") {echo "<h4>You dont heave premision to see this page</h4></body></html>"; exit;} ?>
<?
include "conf.php";
include "addpuszbaza.php";
$file = $url.$nzw;
unlink($file);
header("Location: main.php");
?>