Просмотр файла katrinka.ru/admin/del.php

Размер файла: 311B
<?php
  include '../wap/config.php';
	$xtime=mktime(0,0,0,8,3,2003);
  if (!($conn=pg_connect("host=$dbhost port=$dbport dbname=$dbname user=$dbuser password=$dbpass"))) {
    echo ("пЫЙВЛБ РПДЛМАЮЕОЙС Л вд!\n");
	exit;
  }
	$res=pg_query($conn, "delete from chat where time < '$xtime';");
	pg_close($conn);
?>