bug 511324
This commit is contained in:
@@ -7,6 +7,8 @@ $Source$
|
|||||||
|
|
||||||
2002-02-04 Marc Delisle <lem9@users.sourceforge.net>
|
2002-02-04 Marc Delisle <lem9@users.sourceforge.net>
|
||||||
* tbl_replace.php3, better correction for bug 508024
|
* 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>
|
2002-02-04 Olivier M<>ller <om@omnis.ch>
|
||||||
* left.php3: small cosmetic fixe in lightmode
|
* left.php3: small cosmetic fixe in lightmode
|
||||||
|
@@ -113,10 +113,13 @@ else
|
|||||||
/**
|
/**
|
||||||
* Displays the form
|
* 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 -->
|
<!-- 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="lang" value="<?php echo $lang; ?>" />
|
||||||
<input type="hidden" name="server" value="<?php echo $server; ?>" />
|
<input type="hidden" name="server" value="<?php echo $server; ?>" />
|
||||||
<input type="hidden" name="db" value="<?php echo $db; ?>" />
|
<input type="hidden" name="db" value="<?php echo $db; ?>" />
|
||||||
|
Reference in New Issue
Block a user