extranet/includes/giant/config.php
Michael RICOIS 8e523cc674 Merge giant
2010-11-02 17:34:12 +00:00

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);
?>