HEX
Server: Apache/2.4.65 (Debian)
System: Linux localhost 6.9.12 #1 SMP Tue May 5 14:23:20 UTC 2026 x86_64
User: www-data (33)
PHP: 8.2.30
Disabled: NONE
Upload Files
File: /var/www/html/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>