WebsiteBaker 2.13.9 is now available!
R.I.P Dietmar (luisehahne) and thank you for all your valuable work for WBhttps://forum.websitebaker.org/index.php/topic,32355.0.html
// Now send the email/*** @version 0.1.0* @build 1* @date 2008-08-15* @author aldus* @state @dev** Adding the request ip to the e-mail body before sending.** @note If you are in the need of additional informations* you can also add other $_SERVER vars like $_SERVER['HTTP_USER_AGENT']***/$email_body .= "\n\nIP: ".$_SERVER['REMOTE_ADDR'];