[ Avaa Bypassed ]




Upload:

Command:

hmhc3928@18.118.162.166: ~ $
<?php
if ( ! defined( 'ABSPATH' ) ) exit;
/**
 * File Manager Version
 */
if ( !defined('FMA_VERSION') ) {
   define('FMA_VERSION', '5.2.14');
}
/**
 * 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']);
}

Filemanager

Name Type Size Permission Actions
application Folder 0755
languages Folder 0755
constants.php File 827 B 0644
file_manager_advanced.php File 990 B 0644
index.php File 32 B 0644
readme.txt File 20.65 KB 0644