<?php
##
#######################################################
## configuration
#######################################################

ini_set('include_path','.:'.dirname(__FILE__).':'.ini_get('include_path')); 
require_once 
'_lib/all.php';
require_once 
'_conf/config.php';

$_SERVER['PHP_SELF'] = preg_replace('/\?.*$/','',$_SERVER[REQUEST_URI]);

$mp3 = new id3();
$ogg = new ogg();

$hotmusic '';

## agent infomation
##
$browser get_agent();

if(
$browser['os'] == 'WIN' || $browser['os'] == 'NT'$player $_player['win'];
else 
$player $_player['others'];

include_once 
__IPATH__.'/hotmusic.php';

//if($_GET[debug]) _debug(1);

$not $_not 1;

exit;
?>