From: <jam...@te...> - 2002-08-06 13:24:42
|
> The reason that is happening is that you have not called > &create_user_config_dirs() before &header() , which creates > the ~/.usermin/modulename directory in which per-user preferences > are saved. > > I have to admit that this isn't documented anywhere :) So I'll add > a note to the module writer's docs about it .. Hi Jamie, I wonder if it might be better to have create_user_config_dirs() called as part of init_config()? This way writers of webmin modules just inherit this functionality. I have not looked closely at the above function so this is only a comment based on instinct. Cheers...james |