fix the syntax on install.php
This commit is contained in:
parent
a1c630afbd
commit
e1380888e6
|
|
@ -1276,7 +1276,7 @@ if ($_POST["install_step"] == "3" && count($_POST) > 0 && strlen($_POST["persist
|
|||
if (file_exists($switch_conf_dir)) {
|
||||
$src_dir = $_SERVER["DOCUMENT_ROOT"].PROJECT_PATH."/resources/templates/conf";
|
||||
$dst_dir = $switch_conf_dir;
|
||||
if (!file_exists("/etc/fusionpbx/conf/freeswitch.xml") {
|
||||
if (!file_exists("/etc/fusionpbx/conf/freeswitch.xml")) {
|
||||
if (is_readable($dst_dir)) {
|
||||
$install->recursive_copy($src_dir, $dst_dir);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue