<?php include './db.php'; if(@$_GET['pass'] != $pass) exit('Облом :('); mysql_query("DELETE FROM `referers`"); header('Location: http://'. $site .'/referers/index.php?pass='. $pass); ?>