mirror of
https://github.com/vrana/adminer.git
synced 2026-03-06 12:31:45 +01:00
Protection against big POST data
git-svn-id: https://adminer.svn.sourceforge.net/svnroot/adminer/trunk@373 7c3ca157-0c34-0410-bff1-cbf682f78f5c
This commit is contained in:
@@ -83,9 +83,9 @@ if ($_POST && !$error) {
|
||||
}
|
||||
$error = $mysql->error;
|
||||
}
|
||||
|
||||
page_header(lang('Select') . ": " . htmlspecialchars($_GET["select"]));
|
||||
if ($_POST) {
|
||||
|
||||
if ($error) {
|
||||
echo "<p class='error'>" . lang('Error during deleting') . ": " . htmlspecialchars($error) . "</p>\n";
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user