diff --git a/ChangeLog b/ChangeLog index 251cfcd69..2d8318e33 100755 --- a/ChangeLog +++ b/ChangeLog @@ -5,6 +5,9 @@ phpMyAdmin - ChangeLog $Id$ $Source$ +2006-05-15 Michal Čihař + * scripts/setup.php: Compatibility with security tokens (bug #1488453). + 2006-05-14 Michal Čihař * libraries/common.lib.php: Fix reading database list with MySQL wildcards (bug #1487613). diff --git a/scripts/setup.php b/scripts/setup.php index b0b1f6d61..9f2b8b21d 100644 --- a/scripts/setup.php +++ b/scripts/setup.php @@ -314,6 +314,7 @@ function get_hidden_cfg() { function get_action($name, $title, $added = '', $enabled = TRUE) { $ret = ''; $ret .= '
'; + $ret .= ''; $ret .= ''; $ret .= $added; $ret .= ''; + $ret .= ''; foreach ($params as $key => $val) { $ret .= ''; } @@ -707,6 +709,7 @@ function show_config_form($list, $legend, $help, $defaults = array(), $save = '' function show_security_form($defaults = array()) { ?> + + + + + + + + + + + + +