From 2d515e81e267bf3e5502faa36a0d9d0964a6bf7e Mon Sep 17 00:00:00 2001 From: Alexey Melnichuk Date: Sat, 28 Nov 2015 11:17:46 +0300 Subject: [PATCH] Change. Rename v_mailto.bat to mailto.bat --- resources/switch.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/switch.php b/resources/switch.php index 9088a49638..bf96fa85a3 100644 --- a/resources/switch.php +++ b/resources/switch.php @@ -1273,7 +1273,7 @@ if (!function_exists('switch_conf_xml')) { $secure_path = path_join($_SERVER["DOCUMENT_ROOT"], PROJECT_PATH, 'secure'); - $v_mail_bat = path_join($secure_path, 'v_mailto.bat'); + $v_mail_bat = path_join($secure_path, 'mailto.bat'); $v_mail_cmd = '@' . '"' . str_replace('/', '\\', path_join($bindir, 'php.exe')) . '" ' . '"' . str_replace('/', '\\', path_join($secure_path, 'v_mailto.php')) . '" ';