Remove root.php
This commit is contained in:
parent
b893b7b530
commit
c8b45c9eb5
|
|
@ -23,11 +23,11 @@
|
||||||
Contributor(s):
|
Contributor(s):
|
||||||
Mark J Crane <markjcrane@fusionpbx.com>
|
Mark J Crane <markjcrane@fusionpbx.com>
|
||||||
*/
|
*/
|
||||||
include "root.php";
|
|
||||||
|
|
||||||
//define the dialplan class
|
//define the dialplan class
|
||||||
if (!class_exists('dialplan')) {
|
if (!class_exists('dialplan')) {
|
||||||
class dialplan {
|
class dialplan {
|
||||||
|
|
||||||
//variables
|
//variables
|
||||||
public $result;
|
public $result;
|
||||||
public $domain_uuid;
|
public $domain_uuid;
|
||||||
|
|
@ -1472,4 +1472,4 @@ include "root.php";
|
||||||
} //class
|
} //class
|
||||||
}
|
}
|
||||||
|
|
||||||
?>
|
?>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue