Эх сурвалжийг харах

Add app/dialplan/ to the dialplan class path.

Mark Crane 11 жил өмнө
parent
commit
13362b4216
1 өөрчлөгдсөн 1 нэмэгдсэн , 1 устгасан
  1. 1 1
      resources/install.php

+ 1 - 1
resources/install.php

@@ -1269,7 +1269,7 @@ if ($_POST["install_step"] == "3" && count($_POST) > 0 && strlen($_POST["persist
 				//print_r($install->result);
 
 			//create the dialplan/default.xml for single tenant or dialplan/domain.xml
-				require_once "resources/classes/dialplan.php";
+				require_once "app/dialplan/resources/classes/dialplan.php";
 				$dialplan = new dialplan;
 				$dialplan->domain_uuid = $_SESSION["domain_uuid"];
 				$dialplan->domain = $domain_name;