Файл: install/head.php
Строк: 15
<?php
ob_start();
session_start();
echo '
<head><!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">
<meta http-equiv="Content-Type" content="application/vnd.wap.xhtml+xml; charset=UTF-8" />
<meta name="viewport" content="width=device-width; initial-scale=1.">
<link rel="stylesheet" href="/style/style.css" type="text/css"/>
<title>Мастер установки</title>
</head>
';
$t = microtime(1);
?>