Your IP : 172.28.240.42


Current Path : /usr/share/phpmyadmin/
Upload File :
Current File : //usr/share/phpmyadmin/chk_rel.php

<?php
/* vim: set expandtab sw=4 ts=4 sts=4: */
/**
 *
 * @package phpMyAdmin
 */

/**
 * Gets some core libraries
 */
require_once './libraries/common.inc.php';
require_once './libraries/header.inc.php';


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


/**
 * Displays the footer
 */
require './libraries/footer.inc.php';
?>