Update domains.php

This commit is contained in:
FusionPBX 2020-08-14 00:37:16 -06:00 committed by GitHub
parent 756956ad50
commit f567c12672
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 5 deletions

View File

@ -769,11 +769,6 @@ if (!class_exists('domains')) {
$domains_processed++;
}
//synchronize the dialplan
if (function_exists('save_dialplan_xml')) {
save_dialplan_xml();
}
//update config.lua
if (file_exists($_SERVER["DOCUMENT_ROOT"].PROJECT_PATH.'/app/scripts/resources/classes/scripts.php')) {
$obj = new scripts;