readme/license fix

This commit is contained in:
Nicholas R Magarett 2024-07-18 17:54:05 -07:00
parent ab2f5403dc
commit 810e89e279

View File

@ -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.