mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-01-06 11:43:50 +00:00
Update conference_center_edit.php
This commit is contained in:
@@ -329,16 +329,6 @@
|
|||||||
}
|
}
|
||||||
echo "</optgroup>\n";
|
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
|
//phrases
|
||||||
if (count($phrases) > 0) {
|
if (count($phrases) > 0) {
|
||||||
echo "<optgroup label='".$text['label-phrases']."'>\n";
|
echo "<optgroup label='".$text['label-phrases']."'>\n";
|
||||||
|
|||||||
Reference in New Issue
Block a user