Gossamer Forum
Home : Products : Gossamer Links : Development, Plugins and Globals :

Re: [sooke] Running CGI from Plugin Menu

Quote Reply
Re: [sooke] Running CGI from Plugin Menu In reply to
It's better to go through admin.cgi. You can call:

admin.cgi?do=plugin&plugin=YOURPLUGIN&func=somefunction

and that will run Plugins::YOURPLUGIN::somefunction(). This saves having to create a separate cgi, and set permissions, etc.

Cheers,

Alex
--
Gossamer Threads Inc.
Subject Author Views Date
Thread Running CGI from Plugin Menu Ian 2209 May 14, 2002, 10:04 AM
Thread Re: [sooke] Running CGI from Plugin Menu
Alex 2136 May 14, 2002, 10:07 AM
Post Re: [Alex] Running CGI from Plugin Menu
Ian 2109 May 14, 2002, 10:11 AM