mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2025-12-30 00:53:50 +00:00
Fix the syntax.
This commit is contained in:
@@ -1433,8 +1433,9 @@ if (!function_exists('save_switch_xml')) {
|
||||
}
|
||||
if (file_exists($_SERVER["PROJECT_ROOT"]."/app/modules/app_config.php")) {
|
||||
require_once $_SERVER["DOCUMENT_ROOT"].PROJECT_PATH."app/modules/resources/classes/modules.php";
|
||||
$module new modules;
|
||||
$module = new modules;
|
||||
$module->xml();
|
||||
//$msg = $module->msg;
|
||||
}
|
||||
if (file_exists($_SERVER["PROJECT_ROOT"]."/app/vars/app_config.php")) {
|
||||
save_var_xml();
|
||||
|
||||
Reference in New Issue
Block a user