Merge pull request #1263 from moteus/v_mailto

Change. Rename v_mailto.bat to mailto.bat
This commit is contained in:
FusionPBX 2015-11-28 12:49:29 -07:00
commit 8a85e75ffc
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')) . '" ';