mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-01-06 03:33:49 +00:00
made reference to install resource literal
This commit is contained in:
@@ -369,6 +369,10 @@
|
||||
if (function_exists('save_dialplan_xml')) {
|
||||
save_dialplan_xml();
|
||||
}
|
||||
//update config.lua
|
||||
require_once "core/install/resources/classes/install_switch.php";
|
||||
$switch = new install_switch;
|
||||
$switch->create_config_lua();
|
||||
|
||||
//clear the session variables
|
||||
unset($_SESSION['domain']);
|
||||
|
||||
Reference in New Issue
Block a user