Просмотр файла ser/adv/weat.php

Размер файла: 224B
<?php
$jx=$_SERVER['QUERY_STRING'];
$cnt=file_get_contents('http://fank.ru/services/weather/?'.$jx);
include 'filter.php';
$cnt=str_replace('<a href="/services/weather','<a href="weat.php',$cnt);
include 'face.php';
?>