Releases: develol/php-file-explorer-simple
Releases · develol/php-file-explorer-simple
First release
php-file-explorer-simple
[PHP] Simple explorer with simple authorization
PHP v7.2+
Getting started
- Cloning this repository
- Launch index.php file for initialization
- Update configuration.php file
<?php
$configuration=[
"login" => "<value>", // User name for authorization
"pwd" => "<value>", // Password for authorization
"title" => "<value>" // Text in the <title> of the page
];
?>
Overview of functions
- Authorization
- Creating a file and Upload file
- Open in file editor
- Open in browser
- Deleting a file
- Downloading files
- Creating a directory
- Open in explorer
- Open in browser
- Deleting a directory
- Downloading directory
- Creating a file and Upload file