Просмотр файла referers/clean.php

Размер файла: 205B
<?php

include './db.php';

if(@$_GET['pass'] != $pass) exit('Облом :(');

mysql_query("DELETE FROM `referers`");

header('Location: http://'. $site .'/referers/index.php?pass='. $pass);

?>