> I have now noticed the EMBPERL_OBJECT_ADDPATH configuration variable.
> Is
> it correct to assume that if I include the subdir of cgi-bin that
> holds
> my web calendar using this config variable the whole app will show in
> my template? Is there a security concern with this approach?
>
The ADD
On Tue, 2004-03-30 at 08:45, Brian Schoenhofer wrote:
> On Tue, 2004-03-30 at 02:40, Gerald Richter wrote:
> > Brian Schoenhofer wrote:
> > > I have Embperl::Object setup for a directory on my Mandrake 9.2
> > > system. I have base.epl defining a page layout and would like to get
> > > a cgi app to
On Tue, 2004-03-30 at 02:40, Gerald Richter wrote:
> Brian Schoenhofer wrote:
> > I have Embperl::Object setup for a directory on my Mandrake 9.2
> > system. I have base.epl defining a page layout and would like to get
> > a cgi app to run as if it were in a subdir of this Embperl directory.
> > I
Brian Schoenhofer wrote:
> I have Embperl::Object setup for a directory on my Mandrake 9.2
> system. I have base.epl defining a page layout and would like to get
> a cgi app to run as if it were in a subdir of this Embperl directory.
> I want the cgi app to be included in my template.
>
> I have th