mirror of
https://github.com/vrana/adminer.git
synced 2025-08-10 08:34:20 +02:00
Breadcrumb on No extension page
This commit is contained in:
@@ -85,7 +85,8 @@ function auth_error($exception = null) {
|
||||
|
||||
if (isset($_GET["username"])) {
|
||||
if (!class_exists("Min_DB")) {
|
||||
page_header(lang('No extension'), lang('None of the supported PHP extensions (%s) are available.', implode(", ", $possible_drivers)), null);
|
||||
unset($_SESSION["pwds"][DRIVER]); //! remove also from adminer_permanent
|
||||
page_header(lang('No extension'), lang('None of the supported PHP extensions (%s) are available.', implode(", ", $possible_drivers)), false);
|
||||
page_footer("auth");
|
||||
exit;
|
||||
}
|
||||
|
Reference in New Issue
Block a user