Lines Matching refs:msg
107 $msg = $note; variable
109 $msg .= "\n----\n";
110 $msg .= "Server IP: {$_SERVER['REMOTE_ADDR']}";
112 $msg .= " (proxied:";
114 $msg .= " " . hsc($_SERVER['HTTP_X_FORWARDED_FOR']);
117 $msg .= " " . hsc($_SERVER['HTTP_VIA']);
119 $msg .= ")";
121 …$msg .= "\nProbable Submitter: {$ip}" . ($redirip ? ' (proxied: '.htmlspecialchars($redirip).')' :…
123 $msg .= "\n----\n";
127 $msg .= "Manual Page -- http://php.net/manual/en/$sect.php\n";
128 $msg .= "Edit -- https://master.php.net/note/edit/$new_id\n";
131 $msg .= "Del: "
137 …$msg .= str_pad('Del: other reasons', $note_del_reasons_pad) . "-- https://master.php.net/note/del…
138 $msg .= "Reject -- https://master.php.net/note/reject/$new_id\n";
139 $msg .= "Search -- https://master.php.net/manage/user-notes.php\n";
144 …mail($mailto,"note $new_id added to $sect",$msg,"From: $user\r\nMessage-ID: <note-$new_id@php.net>…