2010-10-13 08:37:17 +00:00
|
|
|
<?php
|
|
|
|
//define('CONF_MEL_FROM', 'supportdev@scores-decisions.com');
|
|
|
|
//define('CONF_MEL_TO', 'sbeaugrand@scores-decisions.com');
|
2010-11-02 17:34:12 +00:00
|
|
|
//define('DEBUG_SOAP', 1);
|
2010-10-13 08:37:17 +00:00
|
|
|
|
|
|
|
define('CONF_MEL_FROM', 'sbeaugrand@scores-decisions.com');
|
|
|
|
define('CONF_MEL_TO', 'supportdev@scores-decisions.com');
|
2010-11-02 17:34:12 +00:00
|
|
|
define('DEBUG_SOAP', 0);
|
2010-10-13 08:37:17 +00:00
|
|
|
?>
|