Select your language
Allianz Radio (beta)
<?Php
$file = $_SERVER['DOCUMENT_ROOT'] . "/station/songinfo.txt";$contents = file($file);$string = implode($contents);
echo $string; ?>{/source}