Файл: system/head.php
Строк: 21
<?php
echo '<?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" xml:lang="ru" lang="ru">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<link rel="shortcut icon" href="/favicon.ico" />
<link href="http://keo.su/theme/?css_home" rel="stylesheet" type="text/css"/>
<link href='http://fonts.googleapis.com/css?family=Fjalla+One' rel='stylesheet' type='text/css'>
<title>Мобильный хостинг</title>
</head>
<body>
<?
if (!empty($_COOKIE['us']) && empty($_SESSION['us']))
{
$_SESSION['us'] = my_check($_COOKIE['us']);
$_SESSION['ps'] = my_check($_COOKIE['ps']);
header('Location: http://auxe.tk/panel/index.php');
}
if(!empty($_SESSION['us']))
{
mysql_query("DELETE FROM `guests` WHERE `date_last` < '" . time() - 200 . "'");
}
?>