Return to domainprefs.pm CVS log | Up to [LON-CAPA] / loncom / interface |
version 1.400, 2021/12/28 03:26:44 | version 1.401, 2021/12/30 02:39:01 |
---|---|
Line 21255 sub modify_wafproxy { | Line 21255 sub modify_wafproxy { |
} | } |
} | } |
$output = &mt('Changes were made to Web Application Firewall/Reverse Proxy').'<ul>'; | $output = &mt('Changes were made to Web Application Firewall/Reverse Proxy').'<ul>'; |
foreach my $item ('alias','remoteip','ipheader','trusted','vpnint','vpnext','sslopt') { | foreach my $item ('alias','saml','remoteip','ipheader','trusted','vpnint','vpnext','sslopt') { |
if ($changes{$item}) { | if ($changes{$item}) { |
if ($item eq 'alias') { | if ($item eq 'alias') { |
my $numaliased = 0; | my $numaliased = 0; |