removed double quote from $v_mailer_app path (#3010)

if this is left in freeswitch (1.6.20) will not start up. 
Freeswitch: Cannot Initialize [[error near line 4105]: missing >]
there might still be a problem on line 1299 -> please correct me if I'm wrong.
This commit is contained in:
futureFry 2018-09-02 09:27:03 -07:00 committed by FusionPBX
parent 799402973b
commit 2fb2c170c7
1 changed files with 0 additions and 1 deletions

View File

@ -1307,7 +1307,6 @@ if (!function_exists('switch_conf_xml')) {
else {
if (file_exists(PHP_BINDIR.'/php')) { define("PHP_BIN", "php"); }
$v_mailer_app = PHP_BINDIR."/".PHP_BIN." ".$_SERVER["DOCUMENT_ROOT"].PROJECT_PATH."/secure/v_mailto.php";
$v_mailer_app = sprintf('"%s"', $v_mailer_app);
$v_mailer_app_args = "-t";
}