HEX
Server: Apache
System: Linux webd003.cluster128.gra.hosting.ovh.net 6.18.42-ovh-vps-grsec-zfs+ #1 SMP PREEMPT_DYNAMIC Wed Aug 5 15:59:48 CEST 2026 x86_64
User: slyfwmm (169339)
PHP: 8.1.34
Disabled: _dyuweyrj4,_dyuweyrj4r,dl
Upload Files
File: /home/slyfwmm/pianob/wp-content/plugins/sucuri-scanner/inc/tpl/lastlogins-admins.html.tpl
<div class="sucuriscan-panel">
    <h3 class="sucuriscan-title">{{Successful Logins (admins)}}</h3>

    <div class="inside">
        <p>{{Here you can see a list of all the successful logins of accounts with admin privileges.}}</p>

        <table class="wp-list-table widefat sucuriscan-table sucuriscan-table-double-title sucuriscan-adminusers">
            <thead>
                <tr>
                    <th class="manage-column">{{Username}}</th>
                    <th class="manage-column">{{Registration}}</th>
                    <th class="manage-column">{{Newest To Oldest}}</th>
                    <th class="manage-column">&nbsp;</th>
                </tr>
            </thead>

            <tbody data-cy="sucuriscan_successful_logins_table">
                %%%SUCURI.AdminUsers.List%%%
            </tbody>
        </table>
    </div>
</div>