[HOME] [github] [twitter] [blog] [fml4] [fml8] [北海道] Powered by NetBSD and [nuinui.net] .

GUI Command Extension: CGI

Warning

You need another work to create a menu screen.

To make a new local 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.pm
Edit site_default_config.cf to add it into $admin_cgi_allowed_commands to permit the use of "uja" command.
admin_cgi_allowed_commands += uja

[HOME] [github] [twitter] [blog] [fml4] [fml8] [北海道] Powered by NetBSD and [nuinui.net] .
Copyright (C) 1993-2022 Ken'ichi Fukamachi mail:< fukachan at fml.org >