Update conference_center_edit.php

This commit is contained in:
FusionPBX
2018-03-01 21:46:27 -07:00
committed by GitHub
parent a3f2bc24b0
commit 58bb7b6d9e

View File

@@ -329,16 +329,6 @@
}
echo "</optgroup>\n";
}
//streams
if (is_dir($_SERVER["PROJECT_ROOT"].'/app/streams')) {
if (sizeof($streams) > 0) {
echo " <optgroup label='".$text['label-streams']."'>";
foreach($streams as $row){
echo " <option value='".$row['stream_location']."' ".(($selected == $row['stream_location']) ? 'selected="selected"' : null).">".$row['stream_name']."</option>\n";
}
echo " </optgroup>\n";
}
}
//phrases
if (count($phrases) > 0) {
echo "<optgroup label='".$text['label-phrases']."'>\n";