Secure File Editing via Browser

I wanted to make a way I could have files which could be updated via a browser based control panel which allowed users to change the content but only if they have proper authorization.

I have a few ideas but would like to get more suggestions.

By the way, I would prefer not to use:
- htaccess
- file/commands/scripts which are not compatible with most servers but does not have to be windows and linux. Just linux.
- using php and trying to stay away from MySQL just for speed. If I wasn't worried about speed, I would use MySQL to store everything.

Thank you for your comments,
Syphic

 

 

 

 

Top