remove include statement of class file

This commit is contained in:
Tim Fry 2025-03-12 11:28:30 -03:00
parent 046a18d4aa
commit 4ee03f1c89
1 changed files with 0 additions and 1 deletions

View File

@ -426,7 +426,6 @@
//synchronize configuration
if (!empty($_SESSION['switch']['extensions']['dir']) && is_readable($_SESSION['switch']['extensions']['dir'])) {
require_once "app/extensions/resources/classes/extension.php";
$ext = new extension;
$ext->xml();
unset($ext);