From d0c2c1941a9afa88336411bbc10aa120faedd1bc Mon Sep 17 00:00:00 2001 From: Mark Crane Date: Thu, 27 Mar 2014 16:32:33 +0000 Subject: [PATCH] fix the syntax on install.php --- resources/install.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/install.php b/resources/install.php index 1c3310621e..a92369fcac 100644 --- a/resources/install.php +++ b/resources/install.php @@ -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); }