/[smecontribs]/rpms/smeserver-phpki/contribs10/smeserver-phpki-0.2-fix_redirect_with_user-manager_and_sso.patch
ViewVC logotype

Contents of /rpms/smeserver-phpki/contribs10/smeserver-phpki-0.2-fix_redirect_with_user-manager_and_sso.patch

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.1 - (show annotations) (download)
Tue Nov 24 14:18:29 2020 UTC (3 years, 5 months ago) by brianr
Branch: MAIN
CVS Tags: smeserver-phpki-0_2-3_el7_sme, smeserver-phpki-0_2-5_el7_sme, HEAD
Initial import

1 diff -Nur smeserver-phpki-0.2/root/etc/e-smith/web/functions/phpki smeserver-phpki-0.2_fix_redirect/root/etc/e-smith/web/functions/phpki
2 --- smeserver-phpki-0.2/root/etc/e-smith/web/functions/phpki 2013-11-11 18:05:11.000000000 +0100
3 +++ smeserver-phpki-0.2_fix_redirect/root/etc/e-smith/web/functions/phpki 2013-11-18 15:50:52.506779392 +0100
4 @@ -19,7 +19,7 @@
5
6
7 my $q = new CGI;
8 -my $content="0; url=https://".$ENV {'HTTP_X_FORWARDED_HOST'}."/phpki/ca";
9 +my $content="0; url=https://".$ENV {'HTTP_X_FORWARDED_HOST'}."/phpki/ca/";
10 $q->default_dtd('-//W3C//DTD XHTML 1.0 Transitional//EN');
11
12 print $q->header ('text/html');

admin@koozali.org
ViewVC Help
Powered by ViewVC 1.2.1 RSS 2.0 feed