Subject: The mailing list for listmasters using Sympa
List archive
- 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
##
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
-
[sympa-users] Where is path_cgi defined?,
Widerski, Betty, 03/17/2022
- Re: [sympa-users] Where is path_cgi defined?, Rafal Szkup, 03/17/2022
Archive powered by MHonArc 2.6.19+.