mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-01-06 19:53:56 +00:00
Update domain_edit.php
This commit is contained in:
@@ -477,9 +477,6 @@
|
|||||||
$_SESSION['domains'][$domain_uuid]['domain_name'] = $domain_name;
|
$_SESSION['domains'][$domain_uuid]['domain_name'] = $domain_name;
|
||||||
|
|
||||||
//recreate dialplan and extension xml files
|
//recreate dialplan and extension xml files
|
||||||
if (is_readable($_SESSION['switch']['dialplan']['dir'])) {
|
|
||||||
save_dialplan_xml();
|
|
||||||
}
|
|
||||||
if (is_readable($_SESSION['switch']['extensions']['dir'])) {
|
if (is_readable($_SESSION['switch']['extensions']['dir'])) {
|
||||||
require_once $_SERVER["DOCUMENT_ROOT"].PROJECT_PATH."/app/extensions/resources/classes/extension.php";
|
require_once $_SERVER["DOCUMENT_ROOT"].PROJECT_PATH."/app/extensions/resources/classes/extension.php";
|
||||||
$extension = new extension;
|
$extension = new extension;
|
||||||
|
|||||||
Reference in New Issue
Block a user