From 55f9adb18e74ae63972638270e1447926658b590 Mon Sep 17 00:00:00 2001 From: Marc Delisle Date: Tue, 5 Feb 2002 01:16:58 +0000 Subject: [PATCH] bug 511324 --- ChangeLog | 2 ++ tbl_change.php3 | 5 ++++- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index bac870c38..04b772f64 100755 --- a/ChangeLog +++ b/ChangeLog @@ -7,6 +7,8 @@ $Source$ 2002-02-04 Marc Delisle * tbl_replace.php3, better correction for bug 508024 + * tbl_change.php3, bug 511324, form sent to the http server + even if hosted on the https server 2002-02-04 Olivier Müller * left.php3: small cosmetic fixe in lightmode diff --git a/tbl_change.php3 b/tbl_change.php3 index 59b6efe24..17a3a3bbc 100755 --- a/tbl_change.php3 +++ b/tbl_change.php3 @@ -113,10 +113,13 @@ else /** * Displays the form */ + +// Had to put the URI because when hosted on an https server, +// some browsers send wrongly this form to the http server. ?> -
+