250 |
kaklik |
1 |
<?php |
|
|
2 |
/* $Id: chk_rel.php,v 2.5 2005/11/24 09:12:16 nijel Exp $ */ |
|
|
3 |
// vim: expandtab sw=4 ts=4 sts=4: |
|
|
4 |
|
|
|
5 |
|
|
|
6 |
/** |
|
|
7 |
* Gets some core libraries |
|
|
8 |
*/ |
|
|
9 |
require_once('./libraries/common.lib.php'); |
|
|
10 |
require_once('./libraries/db_details_common.inc.php'); |
|
|
11 |
require_once('./libraries/relation.lib.php'); |
|
|
12 |
|
|
|
13 |
|
|
|
14 |
/** |
|
|
15 |
* Gets the relation settings |
|
|
16 |
*/ |
|
|
17 |
$cfgRelation = PMA_getRelationsParam(TRUE); |
|
|
18 |
|
|
|
19 |
|
|
|
20 |
/** |
|
|
21 |
* Displays the footer |
|
|
22 |
*/ |
|
|
23 |
require_once('./libraries/footer.inc.php'); |
|
|
24 |
?> |