remove include statement of class file

This commit is contained in:
Tim Fry 2025-03-12 11:59:02 -03:00
parent 1044efefdc
commit 4797067205
1 changed files with 0 additions and 1 deletions

View File

@ -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();
}