10 lines
312 B
PHP
10 lines
312 B
PHP
<?php
|
|
//define('CONF_MEL_FROM', 'supportdev@scores-decisions.com');
|
|
//define('CONF_MEL_TO', 'sbeaugrand@scores-decisions.com');
|
|
//define('DEBUG_SOAP', 1);
|
|
|
|
define('CONF_MEL_FROM', 'sbeaugrand@scores-decisions.com');
|
|
define('CONF_MEL_TO', 'supportdev@scores-decisions.com');
|
|
define('DEBUG_SOAP', 0);
|
|
?>
|