<?php
define('_IN_JOHNCMS', 1); $headmod = "";
$textl = '';
require_once ("../incfiles/core.php");
require_once ("../incfiles/head.php");
header("Content-type:text/html; charset=utf-8");
echo '<div class="phdr">Футбольная информация</div><div class="list1">';
$file=file_get_contents('http://k1p.ru/?'.$_SERVER['QUERY_STRING']);
echo $file;
echo '</div>';
require_once ("../incfiles/end.php");
?>
![]()