$music_dir = 'music'; //Local path to directory with music
$base_url = preg_replace('/[^\/]*$/', '', $_SERVER['SCRIPT_NAME']); //URL of this directory (always ends with slash)
$music_dir_url = 'http://your-server.net/jukebox/music'; //URL path to the same directory
$music_dir = 'music'; //Local path to directory with music
$base_url = preg_replace('/[^\/]*$/', '', $_SERVER['SCRIPT_NAME']); //URL of this directory (always ends with slash)
$music_dir_url = 'http://your-server.net/jukebox/music'; //URL path to the same directory