Do you think a settings hash needs to be tied to the file it's in? I mean, it only takes 1 line to save it: saveConfig();
I've already tyed %db to wpconfig.cgi BUT to use %db you have to do things like:
So, which is better... the long hash (saves by it's self) or the shorter hash (doesn't save by it's self--have to do a saveConfig() everything you change something).