HEX
Server: Apache
System: Linux p3plzcpnl506847.prod.phx3.secureserver.net 4.18.0-553.54.1.lve.el8.x86_64 #1 SMP Wed Jun 4 13:01:13 UTC 2025 x86_64
User: slfopp7cb1df (5698090)
PHP: 8.1.34
Disabled: NONE
Upload Files
File: /home/slfopp7cb1df/public_html/sitepacket.com/system/app/Views/clients/star/topbar_icon.php
<?php
if ($login_user->user_type == "staff") {

    $access_client = get_array_value($login_user->permissions, "client");
    if ($login_user->is_admin || $access_client) {
        ?>
        <li class="nav-item dropdown hidden-xs">
            <?php echo ajax_anchor(get_uri("clients/show_my_starred_clients/"), "<i data-feather='briefcase' class='icon'></i>", array("class" => "nav-link dropdown-toggle", "data-bs-toggle" => "dropdown", "data-real-target" => "#clients-quick-list-container")); ?>
            <div class="dropdown-menu dropdown-menu-start w400">
                <div id="clients-quick-list-container">
                    <div class="list-group">
                        <span class="list-group-item inline-loader p20"></span>                          
                    </div>
                </div>
            </div>
        </li>

        <?php
    }
}