瀏覽代碼

Apply gerrit308 revision to the dev branch.

Mark Crane 12 年之前
父節點
當前提交
ed9463e1c0
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      includes/lib_switch.php

+ 1 - 1
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 = "";
 			}