diff --git a/README.md b/README.md index fe86d98..6b86471 100644 --- a/README.md +++ b/README.md @@ -57,7 +57,7 @@ CREATE TABLE `archive_logs` ( ); ``` -### Usage +## Usage 1. **Download and Configure Scripts** @@ -84,24 +84,15 @@ CREATE TABLE `archive_logs` ( The `upload_handler.php` script will automatically clean up old, unprotected archives older than 30 days. Protected archives (weekly and version changes) will be retained. -### Security +## Security - Ensure the `UPLOAD_KEY` is kept secret and not exposed in public repositories. - Use HTTPS to encrypt data transferred between the process script and the web server. -### Contributing +## Contributing Feel free to submit issues or pull requests if you have suggestions for improvements or bug fixes. -### License +## License This project is licensed under the MIT License. See the LICENSE file for details. - -### Explanation - -1. **Features**: Describes the main functionalities of the project. -2. **Configuration**: Explains the configuration variables in both `process.sh` and `upload_handler.php`. -3. **Usage**: Provides step-by-step instructions on how to set up and use the scripts. -4. **Security**: Offers tips on keeping the project secure. -5. **Contributing**: Encourages contributions from the community. -6. **License**: Mentions the licensing information.