Remove root.php

This commit is contained in:
FusionPBX 2020-08-13 23:10:49 -06:00 committed by GitHub
parent b893b7b530
commit c8b45c9eb5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -23,11 +23,11 @@
Contributor(s):
Mark J Crane <markjcrane@fusionpbx.com>
*/
include "root.php";
//define the dialplan class
if (!class_exists('dialplan')) {
class dialplan {
//variables
public $result;
public $domain_uuid;
@ -1472,4 +1472,4 @@ include "root.php";
} //class
}
?>
?>