/[smeserver]/rpms/e-smith-manager/sme7/e-smith-manager-1.14.0-tktport80.patch
ViewVC logotype

Contents of /rpms/e-smith-manager/sme7/e-smith-manager-1.14.0-tktport80.patch

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


Revision 1.2 - (show annotations) (download)
Tue Oct 7 18:44:02 2008 UTC (15 years, 7 months ago) by slords
Branch: MAIN
CVS Tags: HEAD
Changes since 1.1: +0 -0 lines
FILE REMOVED
New streams

1 diff -Nur -x '*.orig' -x '*.rej' e-smith-manager-1.14.0/root/etc/e-smith/web/common/cgi-bin/login mezzanine_patched_e-smith-manager-1.14.0/root/etc/e-smith/web/common/cgi-bin/login
2 --- e-smith-manager-1.14.0/root/etc/e-smith/web/common/cgi-bin/login 2007-04-09 01:45:43.000000000 -0600
3 +++ mezzanine_patched_e-smith-manager-1.14.0/root/etc/e-smith/web/common/cgi-bin/login 2007-04-09 01:44:23.000000000 -0600
4 @@ -100,6 +100,7 @@
5 $back ||= $q->param($at->back_arg_name) if $at->back_arg_name;
6 warn "back from cgi param is $back\n" if $back;
7 $back ||= $ENV{HTTP_REFERER} if $ENV{HTTP_REFERER} && $BACK_REFERER;
8 +$back =~ s/^http:/https:/;
9 warn "back is $back\n";
10 if ($back && $back =~ m!^/!) {
11 my $hostname = $server_name;

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