remove include statement of class file

This commit is contained in:
Tim Fry 2025-03-12 11:59:37 -03:00
parent db88c0f7bc
commit 965ce636a8
1 changed files with 0 additions and 2 deletions

View File

@ -84,7 +84,6 @@
}
//recordings
if (is_dir($_SERVER["PROJECT_ROOT"].'/app/recordings')) {
require_once "app/recordings/resources/classes/switch_recordings.php";
$recordings_c = new switch_recordings;
$recordings = $recordings_c->list_recordings();
if (is_array($recordings) && sizeof($recordings) > 0) {
@ -449,7 +448,6 @@
//build and save the XML
//require_once "app/music_on_hold/resources/classes/switch_music_on_hold.php";
//$moh = new switch_music_on_hold;
//$moh->xml();
//$moh->save();