Your IP : 216.73.216.40


Current Path : /var/www/html/mmishra/mm/bmb/dba/
Upload File :
Current File : /var/www/html/mmishra/mm/bmb/dba/chk_rel.php

<?php
/* $Id: chk_rel.php,v 1.3 2002/10/23 04:17:42 robbat2 Exp $ */
// vim: expandtab sw=4 ts=4 sts=4:


/**
 * Gets some core libraries
 */
require('./libraries/grab_globals.lib.php');
require('./libraries/common.lib.php');
require('./db_details_common.php');
require('./libraries/relation.lib.php');


/**
 * Gets the relation settings
 */
$cfgRelation = PMA_getRelationsParam(TRUE);


/**
 * Displays the footer
 */
echo "\n";
require('./footer.inc.php');
?>