PluginProbe
File Manager / 6.9.2
File Manager v6.9.2
6.9.2 6.9.1 trunk 5.2.0 5.2.1 5.2.2 5.2.3 5.2.4 5.2.5 5.2.6 5.2.7 6.0 6.2 6.2.1 6.3 6.4 6.4.0 6.5.0 6.5.1 6.5.2 6.5.3 6.5.4 6.5.5 6.5.6 6.5.7 All 42 releases
file-manager / file-manager.php

file-manager.php in File Manager 6.9.2, at file-manager.php

25 lines 791 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 <?php
2
3 if (! \defined('ABSPATH')) {
4 exit;
5 }
6 /**
7 * Plugin Name: Bit File Manager
8 * Plugin URI: https://bitapps.pro/bit-file-manager
9 * Author: File Manager by Bit Form Team
10 * Author URI: https://bitapps.pro
11 * Version: 6.9.2
12 * Requires at least: 5.0
13 * Requires PHP: 7.4
14 * Text domain: file-manager
15 * License: GPL v2 or later
16 * License URI: https://www.gnu.org/licenses/gpl-2.0.html
17 * Description: File Manager let you manage your file the way you like.
18 * You can upload, delete, copy, move, rename, compress, extract files.
19 * You don't need to worry about ftp. It is really simple and easy to use.
20 * */
21 \define('BITAPPS_FM_MAIN_FILE', __FILE__);
22 \define('BITAPPS_FM_BASEDIR', plugin_dir_path(__FILE__));
23
24 require_once 'backend' . DIRECTORY_SEPARATOR . 'bootstrap.php';
25