mirror of
https://github.com/e107inc/e107.git
synced 2025-07-31 20:00:37 +02:00
Added constant for mail-id header.
This commit is contained in:
@@ -724,6 +724,11 @@ else
|
||||
define('XURL_VIMEO', false);
|
||||
}
|
||||
|
||||
if(!defined('MAIL_IDENTIFIER'))
|
||||
{
|
||||
define('MAIL_IDENTIFIER', 'X-e107-id');
|
||||
}
|
||||
|
||||
/* Withdrawn 0.8
|
||||
// legacy module.php file loading.
|
||||
if (isset($pref['modules']) && $pref['modules']) {
|
||||
|
Reference in New Issue
Block a user