diff options
Diffstat (limited to 'hugo/chk_rel.php')
| -rw-r--r-- | hugo/chk_rel.php | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/hugo/chk_rel.php b/hugo/chk_rel.php new file mode 100644 index 0000000..915e8b2 --- /dev/null +++ b/hugo/chk_rel.php @@ -0,0 +1,15 @@ +<?php +/* vim: set expandtab sw=4 ts=4 sts=4: */ +/** + * Displays status of phpMyAdmin configuration storage + * + * @package PhpMyAdmin + */ + +require_once 'libraries/common.inc.php'; +$response = PMA_Response::getInstance(); +$response->addHTML( + PMA_getRelationsParamDiagnostic(PMA_getRelationsParam()) +); + +?> |
