Файл: o5on.ru/xhtml/reg.php
Строк: 25
<?php
include '../inc/config.inc.php';
include '../inc/wap_tags.inc.php';
include '../inc/functions.inc.php';
ob_start('make_page');
//---------------------------------------------------------------
connect_to_db();
include "config.php";
include './inc/head.php';
print "Зарегистрировать свой сайт в рейтинге ".$_SERVER["HTTP_HOST"]." можно с компьютера по ссылке: <a href="/html/reg.shtml">".$rating_url."html/reg.shtml</a><br/>--<br />n";
include "./inc/foot.php";
//---------------------------------------------------------------
// вывод буфера
ob_end_flush();
?>