PluginProbe
File Manager / 6.3
File Manager v6.3
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.3, at file-manager.php

20 lines 572 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 <?php
2
3 /**
4 * Plugin Name: Bit File Manager
5 * Plugin URI: https://bitapps.pro/
6 * Author: File Manager by Bit Form Team
7 * Author URI: https://bitapps.pro
8 * Version: 6.3
9 * PHP version: 7.4
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