Файл: OldBlog by Axer/blog/inc/head.php
Строк: 28
<?$time1 = microtime();?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="ru" lang="ru">
<head>
<link rel="stylesheet" media="all" type="text/css" href="/dizainex/style.css" />
<?php
include_once("connect.php");
include_once("function.php");
$zaprosik=mysql_query("SELECT * FROM settings");
$otvet=mysql_fetch_assoc($zaprosik);
$times=time();
if ($times-$otvet['tstatus']>600) {$otvet['status']='offline';}
?>
<title><?echo $otvet['titles'];?></title>
</head>
<body>
<div class="head"><font size="3"><?echo $otvet['titles'];?></font size></div><div class="fon">
<div class="link">
<font color="black">Статус администратора:</font color><font color="red">
<?echo $otvet['status'];?></font>
</div>