diff options
| author | fukachan <fukachan> | 2004-03-31 12:31:30 +0000 |
|---|---|---|
| committer | fukachan <fukachan> | 2004-03-31 12:31:30 +0000 |
| commit | eb7be8a620da4c066a2525d94cc34ed7e73658e2 (patch) | |
| tree | 32acae8894b337f4c656fa0bd95f3d833dd13668 /fml/etc/modules | |
| parent | 1eecb8a6d82e67ba36e749cc6849dd0f53de80b5 (diff) | |
| download | fml8-eb7be8a620da4c066a2525d94cc34ed7e73658e2.tar.gz fml8-eb7be8a620da4c066a2525d94cc34ed7e73658e2.tar.bz2 fml8-eb7be8a620da4c066a2525d94cc34ed7e73658e2.zip | |
switch to FML::CGI::Thread (purge old thread module)
Diffstat (limited to 'fml/etc/modules')
| -rw-r--r-- | fml/etc/modules | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/fml/etc/modules b/fml/etc/modules index decf5463..b1ee1ac9 100644 --- a/fml/etc/modules +++ b/fml/etc/modules @@ -1,5 +1,5 @@ # -# $FML: modules,v 1.7 2003/09/13 05:03:11 fukachan Exp $ +# $FML: modules,v 1.8 2003/12/24 12:49:10 fukachan Exp $ # # map between programs and modules (like /etc/name_to_sysnum on solaris ?) # @@ -35,9 +35,9 @@ fmlthread FML::Process::Obsolete $ml # cgi-bin/ -admin/fmlthread.cgi FML::CGI::ThreadTrack $cgiargs -admin/thread.cgi FML::CGI::ThreadTrack $cgiargs -admin/threadview.cgi FML::CGI::ThreadTrack $cgiargs +admin/fmlthread.cgi FML::CGI::Thread $cgiargs +admin/thread.cgi FML::CGI::Thread $cgiargs +admin/threadview.cgi FML::CGI::Thread $cgiargs # admin configuration cgi admin/menu.cgi FML::CGI::Admin::Menu $cgiargs |
