bug 511324

This commit is contained in:
Marc Delisle
2002-02-05 01:16:58 +00:00
parent dfe9612628
commit 55f9adb18e
2 changed files with 6 additions and 1 deletions

View File

@@ -7,6 +7,8 @@ $Source$
2002-02-04 Marc Delisle <lem9@users.sourceforge.net>
* 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 <om@omnis.ch>
* left.php3: small cosmetic fixe in lightmode

View File

@@ -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.
?>
<!-- Change table properties form -->
<form method="post" action="tbl_replace.php3" name="insertForm">
<form method="post" action="<?php echo $cfgPmaAbsoluteUri; ?>tbl_replace.php3" name="insertForm">
<input type="hidden" name="lang" value="<?php echo $lang; ?>" />
<input type="hidden" name="server" value="<?php echo $server; ?>" />
<input type="hidden" name="db" value="<?php echo $db; ?>" />