Modularize frontPayment() function in front_payment.php script to allow use with...
[openemr.git] / phpmyadmin / chk_rel.php
bloba70e86ceb112eea013135a28d506214879771597
1 <?php
2 /* vim: set expandtab sw=4 ts=4 sts=4: */
3 /**
5 * @version $Id$
6 */
8 /**
9 * Gets some core libraries
11 require_once './libraries/common.inc.php';
12 require_once './libraries/db_common.inc.php';
13 require_once './libraries/relation.lib.php';
16 /**
17 * Gets the relation settings
19 $cfgRelation = PMA_getRelationsParam(TRUE);
22 /**
23 * Displays the footer
25 require_once './libraries/footer.inc.php';