mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-01-06 11:43:50 +00:00
Change switch.provision.dir to provision.path.text. This indicates where to save the provisioning files on the file system.
This commit is contained in:
@@ -288,7 +288,7 @@ require_once "resources/require.php";
|
||||
}
|
||||
|
||||
//write the provision files
|
||||
if (strlen($_SESSION['switch']['provision']['dir']) > 0) {
|
||||
if (strlen($_SESSION['provision']['path']['text']) > 0) {
|
||||
require_once "app/provision/provision_write.php";
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user