21 lines
685 B
PHP
21 lines
685 B
PHP
<?php
|
|
|
|
/**
|
|
* Plugin Name: Bit File Manager
|
|
* Plugin URI: https://bitapps.pro/bit-file-manager
|
|
* Author: File Manager by Bit Form Team
|
|
* Author URI: https://bitapps.pro
|
|
* Version: 6.5.8
|
|
* Requires at least: 5.0
|
|
* Requires PHP: 7.4
|
|
* Text domain: file-manager
|
|
* License: GPL v2 or later
|
|
* License URI: https://www.gnu.org/licenses/gpl-2.0.html
|
|
* Description: File Manager let you manage your file the way you like.
|
|
* You can upload, delete, copy, move, rename, compress, extract files.
|
|
* You don't need to worry about ftp. It is really simple and easy to use.
|
|
* */
|
|
\define('BFM_MAIN_FILE', __FILE__);
|
|
|
|
require_once 'backend' . DIRECTORY_SEPARATOR . 'bootstrap.php';
|