Update directory.php

This commit is contained in:
FusionPBX
2023-09-16 02:19:29 -06:00
committed by GitHub
parent 551eda9080
commit bc9e5abaf8

View File

@@ -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 @@
}
?>
?>