https://github.com/vr51/pepper
Server file and directory permissions (re)setter written in PHP with Bootstrap Frontend UI
https://github.com/vr51/pepper
filesystem permissions php
Last synced: 8 days ago
JSON representation
Server file and directory permissions (re)setter written in PHP with Bootstrap Frontend UI
- Host: GitHub
- URL: https://github.com/vr51/pepper
- Owner: VR51
- License: agpl-3.0
- Created: 2017-12-13T03:31:09.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-12-13T03:55:25.000Z (over 8 years ago)
- Last Synced: 2025-12-26T06:49:14.505Z (5 months ago)
- Topics: filesystem, permissions, php
- Language: PHP
- Size: 26.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Pepper
Server file and directory permissions (re)setter written in PHP with Bootstrap Frontend UI
Sets/resets file and directory permissions.
Copyright [Lee Hodson](https://wpservicemasters.com)
Initial Release: Dec. 11, 2017
This Release: Dec. 12, 2017
# License
GNU Affero General Public License v3.0
# Instructions
1) Install the file pepper.php into a publicly accessible server directory e.g. under public_html/
1) Change the file name to something unique e.g. from pepper.php to something-else.php.
1) Edit the file to set the password required to run the script (see OPTIONS in the file).
1) Edit the file to set debug='1' to debug='0'.
1) Visit domain.tld/pepper.php?pass=123 but change domain.tld to your domain name, pepper.php to your file name and 123 to your password.
1) Follow the onscreen instructions.
# Caution
Pepper will do exactly what you tell it to do. There is no error checking. No undo. Only redo. Use wisely.
# Donate
Fund future development by sending donations to [paypal.me/vr51](https://paypal.me/vr51)
# Change Log
1.0.0
- Initial release.