Change. Rename v_mailto.bat to mailto.bat

This commit is contained in:
Alexey Melnichuk 2015-11-28 11:17:46 +03:00
parent 1691c3e5f0
commit a5d6c85e6f
1 changed files with 1 additions and 1 deletions

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