v2 first commit
This commit is contained in:
18
resources/lang/vendor/firewall/en-GB/notifications.php
vendored
Normal file
18
resources/lang/vendor/firewall/en-GB/notifications.php
vendored
Normal file
@ -0,0 +1,18 @@
|
||||
<?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.',
|
||||
|
||||
],
|
||||
|
||||
];
|
Reference in New Issue
Block a user