mirror of
https://github.com/webmin/webmin.git
synced 2026-02-03 14:13:29 +00:00
Session ID is too sensitive to every safely include in email
This commit is contained in:
@@ -7399,9 +7399,6 @@ if ($logemail) {
|
||||
$body .= &text('log_email_user', $remote_user)."\n";
|
||||
$body .= &text('log_email_remote', $param_client_ip || $ENV{'REMOTE_HOST'})."\n";
|
||||
$body .= &text('log_email_script', $scriptname)."\n";
|
||||
if ($main::session_id) {
|
||||
$body .= &text('log_email_session', $main::session_id)."\n";
|
||||
}
|
||||
$body .= "\n";
|
||||
$body .= $msg."\n";
|
||||
my $subj = $mdesc ? &text('log_email_subject', $mdesc)
|
||||
|
||||
Reference in New Issue
Block a user