| 1 |
<?php |
| 2 |
|
| 3 |
/** |
| 4 |
* Plugin Name: Bit File Manager |
| 5 |
* Plugin URI: https://bitapps.pro/ |
| 6 |
* Author: Bit Apps |
| 7 |
* Author URI: https://bitapps.pro |
| 8 |
* Version: 6.2 |
| 9 |
* PHP version: 5.6 |
| 10 |
* Text domain: file-manager |
| 11 |
* License: GPLv2 |
| 12 |
* Description: File Manager let you manage your file the way you like. |
| 13 |
* You can upload, delete, copy, move, rename, compress, extract files. |
| 14 |
* You don't need to worry about ftp. It is really simple and easy to use. |
| 15 |
* */ |
| 16 |
|
| 17 |
define('BFM_MAIN_FILE', __FILE__); |
| 18 |
|
| 19 |
require_once 'backend' . DIRECTORY_SEPARATOR . 'bootstrap.php'; |
| 20 |
|