mirror of
https://github.com/neocities/neocities.git
synced 2025-07-20 01:26:03 +02:00
spiff up errors email
This commit is contained in:
parent
f38998b46a
commit
35c8a98ec0
2 changed files with 24 additions and 8 deletions
|
@ -59,7 +59,7 @@ def send_banned_report
|
|||
reply_to: 'contact@neocities.org',
|
||||
to: 'errors@neocities.org',
|
||||
subject: "[Neocities] Ban report",
|
||||
body: "IP: #{request.ip}\n\nSession: #{session.inspect}\n\nParams:#{params.inspect}"
|
||||
body: "IP: #{request.ip}\n\nSession: #{session.inspect}\n\nParams:#{params}"
|
||||
})
|
||||
end
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue