HEX
Server: Apache
System: Linux server.onegroup3.co.nz 5.14.0-570.62.1.el9_6.x86_64 #1 SMP PREEMPT_DYNAMIC Tue Nov 11 10:10:59 EST 2025 x86_64
User: importersclearan (1088)
PHP: 7.4.33
Disabled: exec,passthru,shell_exec,system
Upload Files
File: /home/importersclearan/www/wp-content/plugins/sucuri-scanner/inc/tpl/lastlogins-loggedin.html.tpl
<div class="sucuriscan-panel">
    <h3 class="sucuriscan-title">{{Logged-in Users}}</h3>

    <div class="inside">
        <p>{{Here you can see a list of the users that are currently logged-in.}}</p>

        <table class="wp-list-table widefat sucuriscan-table sucuriscan-loggedin-users" data-cy=sucuriscan_successful_loggedin_table>
            <thead>
                <tr>
                    <th colspan="6">{{Logged-in Users}}</th>
                </tr>

                <tr>
                    <th>{{ID}}</th>
                    <th>{{Username}}</th>
                    <th>{{Last Activity}}</th>
                    <th>{{Registered}}</th>
                    <th>{{IP Address}}</th>
                    <th>&nbsp;</th>
                </tr>
            </thead>

            <tbody>
                %%%SUCURI.LoggedInUsers.List%%%
            </tbody>
        </table>
    </div>
</div>