HEX
Server: Apache
System: Linux host.fiblib.com 5.14.0-570.58.1.el9_6.x86_64 #1 SMP PREEMPT_DYNAMIC Wed Oct 29 06:24:11 EDT 2025 x86_64
User: scientificreligi (1062)
PHP: 8.0.30
Disabled: exec,passthru,shell_exec,system
Upload Files
File: //usr/share/imunify-notifier/templates/pd_scripts_blocked/en.json
[
    {
        "id": "subject",
        "other": "Proactive defence report on {{serverName}}"
    },
    {
        "id": "begin_message_section",
        "one": "Proactive defence blocked {{.events_total}} script ",
        "other": "Proactive defence blocked {{.events_total}} scripts ",
        "pluralize_by": "events_total"
    },
    {
        "id": "period_section",
        "other": "during the period from {{unixToUTC .period_started}} to {{unixToUTC .period_finished}} "
    },
    {
        "id": "server_name_section",
        "other": "on {{serverName}}:"
    },
    {
        "id": "blocked_scripts_section",
        "other": "{{range $idx, $script := .blocked_scripts}}{{$script.user}}   {{$script.domain}}    {{$script.path}}    {{$script.rule_id}}\n{{end}}"
    }
]