Файл: admin_panel/head.php
Строк: 24
<?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"><head><meta http-equiv="Content-Style-Type" content="text/css" />
<link rel="stylesheet" type="text/css" href="style.css"/></head><body>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<link rel="shortcut icon" href="img/favicon.gif">
';
header("Expires: Mon,26 Jul1997 05:00:00 GMT");
header("Last-Modified: ".gmdate("D,dMYH:i:s") ."GMT");
header("Cache-Control: no-cache, must-revalidate");
header("Cache-Control: max-age=0", false);
header("Pragma: no-cache");
echo'<style type="text/css">
font-family:Comic Sans MS;
</style></head><body>';
?>