Change. Rename v_mailto.bat to mailto.bat
This commit is contained in:
parent
1691c3e5f0
commit
a5d6c85e6f
|
|
@ -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')) . '" ';
|
||||
|
|
|
|||
Loading…
Reference in New Issue