Размер файла: 894B
<?php
$t=microtime();
session_name('sid');
session_start();
include('db.php');
$enter=@$_SESSION['enter'];
if ($enter=='yes')
{$ltime=time()-301;
$zapros="UPDATE `avtor` SET `ldate`='$ltime' WHERE `id`='$_SESSION[id]'";
mysql_query($zapros);}
print '<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE html PUBLIC "-//WAPFORUM//DTD XHTML Mobile 1.0//EN" "http://www.wapforum.org/DTD/xhtml-mobile10.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Refresh" content="1;URL=index.php">
<meta http-equiv="content-type" content="text/html;charset=utf-8"/>
<meta name="generator" content="Adobe GoLive"/>
<title>Выход</title>
</head><body bgcolor="#dddddd" text="black" link="red">
<p align="left"><small>Вы вышли из системы<br/>
<a href="index.php">На главную</a><br/>
</small>
</body>
</html>';
?>