From: Jamie C. <jca...@we...> - 2003-06-29 01:01:19
|
gehrigal dot net - Webminprojects wrote: > Hi All > > Is there anywhere a full discription of the webminfunction > "get_available_module_infos" ? > > I need the complete syntax... > Whats the structure of the return?... > > Thanks a lot? It's documented at http://www.webmin.com/modules.html, along with the rest of the standard functions. Basically, it returns an array of hash references, in which each hash contains the details of a module that the current user has access to. The fields in the hash are the same as those in each module.info file, but with some modifications (such as the 'desc' value being set based on the current language). - Jamie |