From bc9e5abaf89637c25c68f6d779262a585ef3c793 Mon Sep 17 00:00:00 2001 From: FusionPBX Date: Sat, 16 Sep 2023 02:19:29 -0600 Subject: [PATCH] Update directory.php --- resources/classes/directory.php | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/resources/classes/directory.php b/resources/classes/directory.php index c95192ae9b..d2a2f0bdb8 100644 --- a/resources/classes/directory.php +++ b/resources/classes/directory.php @@ -462,12 +462,6 @@ $domain_uuid = $this->domain_uuid; $domain_name = $this->domain_name; - //get the system settings paths and set them as variables - $settings_array = v_settings(); - foreach ($settings_array as $name => $value) { - $$name = $value; - } - //determine the extensions parent directory $extension_parent_dir = realpath($_SESSION['switch']['extensions']['dir']."/.."); @@ -650,4 +644,4 @@ } -?> \ No newline at end of file +?>