diff --git a/libraries/auth/config.auth.lib.php b/libraries/auth/config.auth.lib.php index 651b2fdd2..8d82e475c 100644 --- a/libraries/auth/config.auth.lib.php +++ b/libraries/auth/config.auth.lib.php @@ -79,6 +79,8 @@ function PMA_auth_fails() // Defines the charset to be used header('Content-Type: text/html; charset=' . $GLOBALS['charset']); + // Defines the theme to be used + require_once('./libraries/select_theme.lib.php'); ?> @@ -93,6 +95,43 @@ body {font-family: ; font-size: ; font-size: ; font-weight: bold} //--> + + +
@@ -101,6 +140,9 @@ h1 {font-family: ; font-size:; font-size: ' . $GLOBALS['strAccessDeniedExplanation'] . '' . "\n"; } PMA_mysqlDie($conn_error, ''); - +?> + | +