Skip to Content.
Sympa Menu

en - Re: [sympa-users] Where is path_cgi defined?

Subject: The mailing list for listmasters using Sympa

List archive

Chronological Thread  
  • From: Rafal Szkup <address@concealed>
  • To: "Widerski, Betty" <address@concealed>, "address@concealed" <address@concealed>
  • Subject: Re: [sympa-users] Where is path_cgi defined?
  • Date: Fri, 18 Mar 2022 11:13:13 +1300

It's coming from your web server, it's simply using SCRIPT_NAME variable.

have a look at to see the full logic

/var/www/sympa/wwsympa.fcgi

a short one:

##

     $param->{'path_cgi'} = $ENV{'SCRIPT_NAME'};
     $param->{'path_cgi'} =~ s/\/\//\//g; ## Replace '//' with '/' because it would break navigation   

##


On 18/03/22 10:03, Widerski, Betty wrote:

I see a number of .tt2s using form post, for example viewlogs.tt2 has

<form id="logs_form" name="log_form" method="POST" action=""[%" path_cgi %]">

 

Where is the action [% path_cgi %] defined?

 

Thanks

Betty

 

Betty Widerski

Cloud & Server Engineering – HBS Information Technology

HARVARD  BUSINESS  SCHOOL     

Shad 108 N | address@concealed | T: 617.495.6642

 


  

Attachment: OpenPGP_signature
Description: OpenPGP digital signature




Archive powered by MHonArc 2.6.19+.

Top of Page