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 +?>