mirror of
https://github.com/vrana/adminer.git
synced 2026-05-06 07:35:29 +02: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:
@@ -195,7 +195,7 @@ if (extension_loaded("mysqli")) {
|
||||
|
||||
} else {
|
||||
page_header(lang('No MySQL extension'), null);
|
||||
echo "<p class='error'>" . lang('None of supported PHP extensions (%s) are available.', 'mysqli, mysql, pdo') . "</p>\n";
|
||||
echo "<p class='error'>" . lang('None of supported PHP extensions (%s) are available.', 'MySQLi, MySQL, PDO') . "</p>\n";
|
||||
page_footer("auth");
|
||||
exit;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user