Rename db_* files to drop useless _details part.
[phpmyadmin/crack.git] / chk_rel.php
blob51d6a4afe4b34e9143d9a45c1c8413417fab78c1
1 <?php
2 /* $Id$ */
3 // vim: expandtab sw=4 ts=4 sts=4:
6 /**
7 * Gets some core libraries
8 */
9 require_once('./libraries/common.lib.php');
10 require_once('./libraries/db_common.inc.php');
11 require_once('./libraries/relation.lib.php');
14 /**
15 * Gets the relation settings
17 $cfgRelation = PMA_getRelationsParam(TRUE);
20 /**
21 * Displays the footer
23 require_once('./libraries/footer.inc.php');