Translated using Weblate (Bulgarian)
[phpmyadmin.git] / chk_rel.php
blobe7879a52c5571eb754a9549854c34a1331dbd9ce
1 <?php
2 /* vim: set expandtab sw=4 ts=4 sts=4: */
3 /**
4 * Displays status of phpMyAdmin configuration storage
6 * @package PhpMyAdmin
7 */
9 require_once 'libraries/common.inc.php';
11 // If request for fixing PMA tables.
12 if (isset($_REQUEST['fix_pmadb'])) {
13 PMA_fixPMATables($GLOBALS['db']);
16 $response = PMA_Response::getInstance();
17 $response->addHTML(
18 PMA_getRelationsParamDiagnostic(PMA_getRelationsParam())