Apply gerrit308 revision to the dev branch.
This commit is contained in:
parent
8ade70fd58
commit
d822316c69
|
|
@ -3546,7 +3546,7 @@ if (!function_exists('switch_conf_xml')) {
|
|||
//prepare the php variables
|
||||
if (stristr(PHP_OS, 'WIN')) {
|
||||
$bindir = getenv(PHPRC);
|
||||
$v_mailer_app ='"'. $bindir."\php". '" -f '.$_SERVER["DOCUMENT_ROOT"].PROJECT_PATH."\secure\\v_mailto.php -- ";
|
||||
$v_mailer_app ='""'. $bindir."/php". '" -f '.$_SERVER["DOCUMENT_ROOT"].PROJECT_PATH.'/secure/v_mailto.php -- "';
|
||||
$v_mailer_app = sprintf("'%s'", $v_mailer_app);
|
||||
$v_mailer_app_args = "";
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue