mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-01-06 11:43:50 +00:00
Move references to php classes in includes/classes to resource/classes.
This commit is contained in:
@@ -45,7 +45,7 @@ $page["title"] = $text['title-default_dialplan'];
|
||||
|
||||
if ($_GET['a'] == "default" && permission_exists('dialplan_advanced_edit')) {
|
||||
//create the dialplan/default.xml for single tenant or dialplan/domain.xml
|
||||
require_once "includes/classes/switch_dialplan.php";
|
||||
require_once "resources/classes/dialplan.php";
|
||||
$dialplan = new dialplan;
|
||||
$dialplan->domain_uuid = $_SESSION['domain_uuid'];
|
||||
$dialplan->switch_dialplan_dir = $_SESSION['switch']['dialplan']['dir'];
|
||||
|
||||
Reference in New Issue
Block a user