Config system.
Lately I’ve been working on the config system for phpMUR so that it’s all in mysql.
Right now it’s writing the variables to a file. Putting them in a table will work better — I think — I’ll be able to write a web page the configures/enables each plugin. So if someone decides to write their own plugin, it should be fairly easy to get it intigrated into the system.
Erm