<?php
include '../inc/config.inc.php';
include '../inc/wap_tags.inc.php';
include '../inc/functions.inc.php';
connect_to_db();
include "config.php";
include './inc/head.php';
print "Ошибка 404: такой страницы для WML версии не существует.<br/>\n";
print "Попробуйте перейти на <a href=\"/xhtml/stat/" . $uid . "/\">xHTML</a> или <a href=\"/html/stat/" . $uid . "/\">HTML</a> версию этой страницы.<br />--<br />\n";
include "./inc/foot.php";
// ---------------------------------------------------------------
// вывод буфера
ob_end_flush();
?>