MISP (core software) - Open Source Threat Intelligence and Sharing Platform (formely known as Malware Information Sharing Platform) https://www.misp-project.org/
25개 이상의 토픽을 선택하실 수 없습니다. Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

14 lines
357 B

  1. --- app/Config/email.php.default 2012-09-01 10:28:02.000000000 +0200
  2. +++ app/Config/email.php 2012-09-25 12:46:38.596262074 +0200
  3. @@ -44,8 +44,8 @@
  4. public $default = array(
  5. 'transport' => 'Mail',
  6. - 'from' => 'you@localhost',
  7. - //'charset' => 'utf-8',
  8. + //'from' => 'you@localhost',
  9. + 'charset' => 'utf-8',
  10. //'headerCharset' => 'utf-8',
  11. );