Файл: Na_proverku/PhpMyAdmin/head.php
Строк: 13
<?php
header("Cache-Control: no-cache, must-revalidate"); // HTTP/1.1
header("Expires: Sat, 26 Jul 1997 05:00:00 GMT"); // Date in the past
echo '<!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">';
echo "<head><title>Wap PhpMyAdmin</title><link rel='stylesheet' href='./default.css'/></head><body>";
echo "<div class='hdrs'<a href='./index.php' style='color:white;'>Wap PhpMyAdmin v2.0.3</a></div>";
function err($txt){
print "<div class='shout'>$txt </div>";
include 'foot.php';
exit;
}
?>