Update install.php

This commit is contained in:
FusionPBX 2019-06-01 18:28:49 -06:00 committed by GitHub
parent 1a92df32fa
commit f32563e49e
1 changed files with 2 additions and 0 deletions

View File

@ -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) {