require_once dirname( dirname( __DIR__
) ) . '/wp-load.php';
header( 'Content-Type: text/html; charset=utf-8'
);
?>
<!DOCTYPE html>
<html <?php
language_attributes(); ?>>
<head>
<meta name="viewport" content="width=device-width" />
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="robots" content="noindex,nofollow" />
<title><?php
_e( 'WordPress › Database Repair'
); ?></title>
<?php
wp_admin_css( 'install', true
); ?>
</head>
<body class="wp-core-ui">
<p id="logo"><a href="<?php
echo esc_url( __( 'https://wordpress.org/'
) ); ?>"><?php
_e( 'WordPress'
); ?></a></p>
<?php
if ( !
defined( 'WP_ALLOW_REPAIR'
) || ! WP_ALLOW_REPAIR
) { echo '<h1 class="screen-reader-text">' .
/* translators: Hidden accessibility text. */
__( 'Allow automatic database repair'
) .