Changeset 747
- Timestamp:
- Mar 12, 2005, 11:29:54 AM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/functions.inc.php
r735 r747 409 409 global $conf; 410 410 411 $headers = 'From: '.$conf['webmaster'].'<'.$conf['mail_webmaster'].'>'."\n";411 $headers = 'From: <'.$conf['mail_webmaster'].'>'."\n"; 412 412 $headers.= 'Reply-To: '.$conf['mail_webmaster']."\n"; 413 413 $headers.= 'X-Mailer: PhpWebGallery, PHP '.phpversion(); … … 440 440 $infos = str_replace( '−', '-', $infos ); 441 441 $content.= "\n\n".$infos; 442 $content.= "\n\n-- \nPhpWebGallery ". $conf['version'];442 $content.= "\n\n-- \nPhpWebGallery ".PHPWG_VERSION; 443 443 $content = wordwrap( $content, 72 ); 444 444 @mail( $to, $subject, $content, $headers, $options );
Note: See TracChangeset
for help on using the changeset viewer.