";
foreach(glob($dirLive.'/*.*') as $file) {
$file_parts = pathinfo($file);
if ($file_parts['extension'] == "rtin") {
// make sure it is not the audio rtin
if (strpos($file, 'A.rtin') == false) {
echo "
\n";
}
}
}
echo " ";
echo "
";
echo "
Recorded RTIN Media
";
foreach(glob($dirMedia.'/*.*') as $file) {
$file_parts = pathinfo($file);
if ($file_parts['extension'] == "rtin") {
echo "