Server file and directory permissions (re)setter written in PHP with Bootstrap Frontend UI
Sets/resets file and directory permissions.
Copyright Lee Hodson
Initial Release: Dec. 11, 2017 This Release: Dec. 12, 2017
GNU Affero General Public License v3.0
- Install the file pepper.php into a publicly accessible server directory e.g. under public_html/
- Change the file name to something unique e.g. from pepper.php to something-else.php.
- Edit the file to set the password required to run the script (see OPTIONS in the file).
- Edit the file to set debug='1' to debug='0'.
- 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.
- Follow the onscreen instructions.
Pepper will do exactly what you tell it to do. There is no error checking. No undo. Only redo. Use wisely.
Fund future development by sending donations to paypal.me/vr51
1.0.0
- Initial release.