HEX
Server: LiteSpeed
System: Linux cluster02.load-balancer.x2.network 4.18.0-553.51.1.lve.1.el8.x86_64 #1 SMP Wed May 14 14:34:57 UTC 2025 x86_64
User: kbdhpghp (1098)
PHP: 8.2.29
Disabled: NONE
Upload Files
File: /home/kbdhpghp/atenaleaders.com.br/wp-content/themes/edu-press/footer.php
<?php
/**
 * The template for displaying the footer.
 *
 * Contains the closing of the #main-content div and all content after.
 *
 * @link    https://developer.wordpress.org/themes/basics/template-files/#template-partials
 *
 */

/**
 * thim_wrapper_loop_start hook
 *
 * @hooked thim_footer_layout - 10
 */
do_action( 'thim_footer_area' );

/**
 *
 * @hooked thim_back_to_top - 10
 */
do_action( 'thim_space_body' ); ?>

<?php wp_footer(); ?>
</div>
</body>
</html>
<?php
# As linhas abaixo foram adicionadas pelo sistema de otimização automatizada X2 Network Enterprise Hosting
# Em caso de dúvidas, entre em contato via support@x2.network
?>
<!---
██╗  ██╗██████╗    ███╗   ██╗███████╗████████╗██╗    ██╗ ██████╗ ██████╗ ██╗  ██╗
╚██╗██╔╝╚════██╗   ████╗  ██║██╔════╝╚══██╔══╝██║    ██║██╔═══██╗██╔══██╗██║ ██╔╝
 ╚███╔╝  █████╔╝   ██╔██╗ ██║█████╗     ██║   ██║ █╗ ██║██║   ██║██████╔╝█████╔╝
 ██╔██╗ ██╔═══╝    ██║╚██╗██║██╔══╝     ██║   ██║███╗██║██║   ██║██╔══██╗██╔═██╗
██╔╝ ██╗███████╗██╗██║ ╚████║███████╗   ██║   ╚███╔███╔╝╚██████╔╝██║  ██║██║  ██╗
╚═╝  ╚═╝╚══════╝╚═╝╚═╝  ╚═══╝╚══════╝   ╚═╝    ╚══╝╚══╝  ╚═════╝ ╚═╝  ╚═╝╚═╝  ╚═╝
                                                    Enterprise Hosting
Data: <?php echo date('d-m-y'); ?> / Time: <?php echo date('H:i:s'); ?>

Cluster: <?php echo $_SERVER['HTTP_X2N_BACKEND_HINT']; ?>

Consumo de memória: <?php echo round(memory_get_usage(true) / 1024 / 1024, 2); ?> MB
Diagnósticos de Cache: <?php echo md5(rand()); ?> (<?php
    if (function_exists('opcache_get_status')) {
        $status = opcache_get_status();
        echo 'Cached: ' . round($status['memory_usage']['used_memory'] / 1024 / 1024, 2) . ' MB / Free: ' .
             round($status['memory_usage']['free_memory'] / 1024 / 1024, 2) . ' MB)';
    } else {
        echo 'Não disponível - por favor contacte nosso suporte.';
    }
?>

Scripts em Cache: <?php
    if (function_exists('opcache_get_status')) {
        $status = opcache_get_status();
        echo $status['opcache_statistics']['num_cached_scripts'];
    } else {
        echo 'N/A';
    }
?>

Taxa de Acerto do Cache: <?php
if (function_exists('opcache_get_status')) {
    $status = opcache_get_status();
    $hit_rate = $status['opcache_statistics']['opcache_hit_rate'];
    echo number_format($hit_rate, 2) . '%';
} else {
    echo 'Indisponível';
}
?>

--->