Changeset 362:b070e9822ded
- Timestamp:
- 06/14/11 07:43:47 (14 years ago)
- Branch:
- 2.3
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
admin/auth.php
r314 r362 89 89 $page_url.'?akey='.$recover_key; 90 90 91 $headers[] = 'From: dotclear@'.$_SERVER['HTTP_HOST'];91 $headers[] = 'From: '.(defined('DC_ADMIN_MAILFROM') && DC_ADMIN_MAILFROM ? DC_ADMIN_MAILFROM : 'dotclear@local'); 92 92 $headers[] = 'Content-Type: text/plain; charset=UTF-8;'; 93 93 -
inc/config.php.in
r270 r362 40 40 define('DC_ADMIN_URL',''); 41 41 42 // Admin mail from address. For password recovery and such. 43 define('DC_ADMIN_MAILFROM',''); 44 42 45 // Cookie's name 43 46 define('DC_SESSION_NAME','dcxd');
Note: See TracChangeset
for help on using the changeset viewer.