This repository has been archived on 2024-12-02. You can view files and clone it, but cannot push or open issues or pull requests.
AbetoArmarios_Web/Source/www/phpmyadmin/chk_rel.php

25 lines
437 B
PHP

<?php
/* $Id: chk_rel.php 9602 2006-10-25 12:25:01Z nijel $ */
// vim: expandtab sw=4 ts=4 sts=4:
/**
* Gets some core libraries
*/
require_once('./libraries/common.lib.php');
require_once('./libraries/db_common.inc.php');
require_once('./libraries/relation.lib.php');
/**
* Gets the relation settings
*/
$cfgRelation = PMA_getRelationsParam(TRUE);
/**
* Displays the footer
*/
require_once('./libraries/footer.inc.php');
?>