19 lines
344 B
PHP
Raw Normal View History

2019-11-16 10:21:14 +03:00
<?php
return [
'mail' => [
'subject' => '🔥 Possible attack on :domain',
'message' => 'A possible :middleware attack on :domain has been detected from :ip address. The following URL has been affected: :url',
],
'slack' => [
'message' => 'A possible attack on :domain has been detected.',
],
];