View file get.php

File size: 305B
<?php
include'func.php';
include'config.php';

echo'<div class="group"><center><iframe src="http://www.music-clips.net/small-api/'.$_GET['id'].'/'.$_GET['format'].'/" width="424" height="150" marginwidth="0" marginheight="0" frameborder="0" scrolling="no"></iframe></center></div>';

include'foot.php';
?>