Файл: public_html/include/403_hata.php
Строк: 34
<?
$start_game=microtime(true);
@include('../include.php');
echo "<!DOCTYPE html PUBLIC '-//WAPFORUM//DTD XHTML Mobile 1.0//EN' 'http://www.wapforum.org/DTD/xhtml-mobile10.dtd'>n ";
echo "<title>Игра $Name_Game. Ошибка 403 </title>n ";
echo "<link rel='stylesheet' href='/theme/css/light.css' type='text/css'/> n ";
echo "<img alt='*' src='/theme/i/icons/torch.png' width='95'>$balka<div class='inner-content'> n ";
echo " <h1 class='center' style='color: #CE1616;'> Ошибка 403 </h1></div>n ";
echo "$balka<div class='inner-content'>n ";
echo "На эту страницу заходить запрешено! Выбирите другую страницу.n ";
echo "<a href='/index.php?r=index' class='bttn_sea'> На главную </a>n ";
echo "</div>$balkan ";
echo"<div align='center'>n ";
echo'<font color="#8E9AA1">';
$time_game=(microtime(true)-$start_game);
printf(' %.3F сек.', $time_game);
echo'<br>© 2015 «ZEBEST Corp.» 16+ </div><br>';
echo"</font></div></body></html>n ";
?>