Rename class scripts to switch_files

This commit is contained in:
FusionPBX
2024-01-30 18:02:39 -07:00
committed by GitHub
parent 143f85cd4f
commit d994c21ae1
2 changed files with 63 additions and 16 deletions
+4 -3
View File
@@ -27,9 +27,10 @@
//process this only one time
if ($domains_processed == 1) {
//copy the switch scripts
$obj = new scripts;
$obj->copy_files();
//copy the switch files
$obj = new switch_files;
$obj->copy_scripts();
$obj->copy_languages();
}