[security] XSS in a Designer component

This commit is contained in:
Marc Delisle
2008-10-30 12:47:24 +00:00
parent a47f935012
commit ea4eb8eea0
2 changed files with 5 additions and 1 deletions

View File

@@ -5,6 +5,9 @@ phpMyAdmin - ChangeLog
$Id$
$HeadURL: https://phpmyadmin.svn.sourceforge.net/svnroot/phpmyadmin/trunk/phpMyAdmin/ChangeLog $
3.0.1.1 (2008-10-30)
- [security] XSS in a Designer component
3.0.1.0 (2008-10-22)
- bug #2134126 [GUI] SQL error after sorting a subset
+ [lang] Catalan update, thanks to Xavier Navarro

View File

@@ -61,7 +61,8 @@ require_once './libraries/header_meta_style.inc.php';
<body>
<br>
<div>
<form name="form1" method="post" action="pmd_pdf.php?server=<?php echo $server; ?>&db=<?php echo $db; ?>&token=<?php echo $token; ?>">
<form name="form1" method="post" action="pmd_pdf.php">
<?php echo PMA_generate_common_hidden_inputs($db); ?>
<div>
<fieldset><legend><?php echo $GLOBALS['strExport'] . '/' . $GLOBALS['strImport']; ?></legend>
<p><?php echo $strExportImportToScale; ?>: