From f32563e49ea2601b391342405da2cb83c3b3d4f4 Mon Sep 17 00:00:00 2001 From: FusionPBX Date: Sat, 1 Jun 2019 18:28:49 -0600 Subject: [PATCH] Update install.php --- core/install/install.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/core/install/install.php b/core/install/install.php index 9f6511faa8..6a18f02350 100644 --- a/core/install/install.php +++ b/core/install/install.php @@ -307,6 +307,7 @@ $p->delete("user_group_add", "temp"); //copy the files and directories from resources/install + /* if (!$domain_exists) { require_once "resources/classes/install.php"; $install = new install; @@ -316,6 +317,7 @@ $install->copy_conf(); $install->copy(); } + */ //update xml_cdr url, user and password in xml_cdr.conf.xml if (!$domain_exists) {