mirror of
https://github.com/vrana/adminer.git
synced 2025-08-17 20:01:25 +02:00
English corrections (thanks to crazy1729)
git-svn-id: https://adminer.svn.sourceforge.net/svnroot/adminer/trunk@959 7c3ca157-0c34-0410-bff1-cbf682f78f5c
This commit is contained in:
@@ -135,7 +135,7 @@ if (extension_loaded("mysqli")) {
|
||||
}
|
||||
|
||||
} else {
|
||||
page_header(lang('No MySQL extension'), lang('None of supported PHP extensions (%s) are available.', 'MySQLi, MySQL, PDO_MySQL'), null);
|
||||
page_header(lang('No MySQL extension'), lang('None of the supported PHP extensions (%s) are available.', 'MySQLi, MySQL, PDO_MySQL'), null);
|
||||
page_footer("auth");
|
||||
exit;
|
||||
}
|
||||
|
Reference in New Issue
Block a user