Php Script For Managing Files Through Web Interface
January 30th, 2012
We need a simple PHP script, which will allow to manage a files in a set of folders through web interface.
We have about 1000 files in up to 10 different folders on your web server.
Sometimes we need to allow to someone (3rd party contractor) to edit one or more of them. When the editation is complete,
we want to lock the file again, so further editation is not possible.
This script will
- list all the files in defined directories to our administrator. Administrator will have an op…



