<?php
define('_IN_JOHNCMS', 1);
$headmod ="";
$title = 'подготовка файла';
include '../../inc/head.php';
echo'<div class="title"><a href="/media/">медиа</a>|<a href="/media/mp3/">поиск</a>|скачать mp3</div>';
header("Content-type:text/html;charset=utf-8");
$id = $_GET['id'];
$file = file_get_contents('http://o5wap.ru/mp3/allsearch/file/'. (!empty($id) ? $id : ''));
include 'b.php';
echo $file;
include '../../inc/foot.php';
?>