Current Path: > home > > transcarter > www > wp-content > plugins > file-manager-advanced
Operation : Linux host59.registrar-servers.com 4.18.0-513.18.1.lve.2.el8.x86_64 #1 SMP Sat Mar 30 15:36:11 UTC 2024 x86_64 Software : Apache Server IP : 198.54.126.42 | Your IP: 216.73.216.135 Domains : 1034 Domain(s) Permission : [ 0755 ]
Name | Type | Size | Last Modified | Actions |
---|---|---|---|---|
application | Directory | - | - | |
languages | Directory | - | - | |
templates | Directory | - | - | |
constants.php | File | 964 bytes | July 29 2025 08:35:17. | |
file_manager_advanced.php | File | 1083 bytes | July 29 2025 08:35:17. | |
index.php | File | 39 bytes | July 29 2025 08:35:17. | |
readme.txt | File | 24711 bytes | July 29 2025 08:35:17. |
<?php if ( ! defined( 'ABSPATH' ) ) exit; /** * File Manager Version */ if ( !defined('FMA_VERSION') ) { define( 'FMA_VERSION', '5.4.0' ); } /** * File Manager UI */ if ( !defined('FMA_UI') ) { define('FMA_UI', ['toolbar', 'tree', 'path', 'stat']); } /** * File Manager path */ if ( !defined('FMAFILEPATH') ) { define('FMAFILEPATH', plugin_dir_path( __FILE__ )); } /** * Code mirror themes path */ if(!defined('FMA_CM_THEMES_PATH')) { define('FMA_CM_THEMES_PATH', FMAFILEPATH.'application/library/codemirror/theme'); } /** * File Manager Operations */ if ( !defined('FMA_OPERATIONS') ) { define('FMA_OPERATIONS', ['mkdir', 'mkfile', 'rename', 'duplicate', 'paste', 'ban', 'archive', 'extract', 'copy', 'cut', 'edit','rm','download', 'upload', 'search', 'info', 'help','empty','resize','preference']); } if ( ! defined( 'FMA_PLUGIN_URL' ) ) { define( 'FMA_PLUGIN_URL', plugin_dir_url( __FILE__ ) ); }
SILENT KILLER Tool