Bug : | sed_mail() bug in Safe mode |
Status : | Fixed |
Severity : | Normal |
Reporter : | Amro ![]() |
Updated by : | Amro ![]() |
Category | General |
Version : | 173 |
Frequency : | Consistently |
Fixed in : | 175 |
Details : | Problem http://seditio.org/forums.php?m=posts&q=59&n=last#bottom
Decision Find in functions.php function sed_mail() and replace: mail($fmail, $subject, $body, $headers, $param); on if(ini_get('safe_mode')) // fix in 175 { mail($fmail, $subject, $body, $headers); } else { mail($fmail, $subject, $body, $headers, $param); }
|
Items affected : | functions.php |
None |