mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-01-06 19:53:56 +00:00
Update install.php
This commit is contained in:
@@ -307,6 +307,7 @@
|
|||||||
$p->delete("user_group_add", "temp");
|
$p->delete("user_group_add", "temp");
|
||||||
|
|
||||||
//copy the files and directories from resources/install
|
//copy the files and directories from resources/install
|
||||||
|
/*
|
||||||
if (!$domain_exists) {
|
if (!$domain_exists) {
|
||||||
require_once "resources/classes/install.php";
|
require_once "resources/classes/install.php";
|
||||||
$install = new install;
|
$install = new install;
|
||||||
@@ -316,6 +317,7 @@
|
|||||||
$install->copy_conf();
|
$install->copy_conf();
|
||||||
$install->copy();
|
$install->copy();
|
||||||
}
|
}
|
||||||
|
*/
|
||||||
|
|
||||||
//update xml_cdr url, user and password in xml_cdr.conf.xml
|
//update xml_cdr url, user and password in xml_cdr.conf.xml
|
||||||
if (!$domain_exists) {
|
if (!$domain_exists) {
|
||||||
|
|||||||
Reference in New Issue
Block a user