Backported fix for PMASA-2011-9 to 3.3
This commit is contained in:
@@ -72,7 +72,7 @@ if ($multi_tables) {
|
|||||||
$tbl_list .= (empty($tbl_list) ? '' : ', ')
|
$tbl_list .= (empty($tbl_list) ? '' : ', ')
|
||||||
. PMA_backquote($table);
|
. PMA_backquote($table);
|
||||||
}
|
}
|
||||||
echo '<strong>'. $strShowTables . ': ' . $tbl_list . '</strong>' . "\n";
|
echo '<strong>'. $strShowTables . ': ' . htmlspecialchars($tbl_list) . '</strong>' . "\n";
|
||||||
echo '<hr />' . "\n";
|
echo '<hr />' . "\n";
|
||||||
} // end if
|
} // end if
|
||||||
|
|
||||||
@@ -87,7 +87,7 @@ foreach ($the_tables as $key => $table) {
|
|||||||
}
|
}
|
||||||
$counter++;
|
$counter++;
|
||||||
echo '<div' . $breakstyle . '>' . "\n";
|
echo '<div' . $breakstyle . '>' . "\n";
|
||||||
echo '<h1>' . $table . '</h1>' . "\n";
|
echo '<h1>' . htmlspecialchars($table) . '</h1>' . "\n";
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Gets table informations
|
* Gets table informations
|
||||||
|
Reference in New Issue
Block a user