fml 8 tutorial ( under being translated ... ) | ||
---|---|---|
Prev | Chapter 24. Command (command mail, CUI and GUI) | Next |
Warning |
To make a new command usable for all ML's on this host, put the module you wrote at /usr/local/lib/fml/site_local/If you permit the command is used only for the specifiec ML (e.g. elena ML), put it at the ML local library path /var/spool/ml/elena/local/lib/. In this section, we consider the former case. In both cases, the module codes are same. |
Craete a module "uja" and put it at
/usr/local/lib/fml/site_local/FML/Command/Admin/uja.pmEdit site_default_config.cf to add it into $commands_for_admin_cgi to permit the use of "uja" command.
commands_for_admin_cgi += uja
author's homepage is www.fml.org/home/fukachan/.
Also, visit nuinui's world :) at www.nuinui.net.
For questions about FML, e-mail <fml-bugs@fml.org>.