diff --git a/includes/lib_switch.php b/includes/lib_switch.php index f5351a332d..31224231a5 100644 --- a/includes/lib_switch.php +++ b/includes/lib_switch.php @@ -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 = ""; }