remove include statement of class file
This commit is contained in:
parent
1044efefdc
commit
4797067205
|
|
@ -486,7 +486,6 @@
|
|||
|
||||
//recreate dialplan and extension xml files
|
||||
if (is_readable($_SESSION['switch']['extensions']['dir'])) {
|
||||
require_once $_SERVER["DOCUMENT_ROOT"].PROJECT_PATH."/app/extensions/resources/classes/extension.php";
|
||||
$extension = new extension;
|
||||
$extension->xml();
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue