Change. Rename v_mailto.bat to mailto.bat

This commit is contained in:
Alexey Melnichuk
2015-11-28 11:17:46 +03:00
parent 96273e0bc3
commit 2d515e81e2

View File

@@ -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')) . '" ';