Translation update done using Pootle.
[phpmyadmin/crack.git] / chk_rel.php
blob38ca5c1b05ba254c1752f190b6edc91521a8ab83
1 <?php
2 /* vim: set expandtab sw=4 ts=4 sts=4: */
3 /**
5 * @package phpMyAdmin
6 */
8 /**
9 * Gets some core libraries
11 require_once './libraries/common.inc.php';
12 $GLOBALS['js_include'][] = 'functions.js';
13 require_once './libraries/header.inc.php';
14 require_once './libraries/relation.lib.php';
17 /**
18 * Gets the relation settings
20 $cfgRelation = PMA_getRelationsParam(TRUE);
23 /**
24 * Displays the footer
26 require_once './libraries/footer.inc.php';