I have a simple static website I built.. but now other people have to edit it. Do you know of any simple php script that shows a browser of the files on the server, with a simple plain text editor?
thanks
|
I have a simple static website I built.. but now other people have to edit it. Do you know of any simple php script that shows a browser of the files on the server, with a simple plain text editor? thanks
| |||
|
feedback
|
|
Take a look at: http://extplorer.sourceforge.net/ If you need something more simplistic, you probably need to write it yourself. Mollify and encode-explore are both simple PHP file browsers | ||||
feedback
|