Files
phpmyadmin/chk_rel.php3
Mike Beck 262c7c9613 give the user an easy way to test why relationstuff is not working
page chk_rel is accessible from db_details_structure
warning there can be disabled in config.inc.php3
2002-07-16 17:34:46 +00:00

20 lines
347 B
PHP

<?php
/* $Id$ */
/**
* Gets some core libraries
*/
require('./libraries/grab_globals.lib.php3');
require('./libraries/common.lib.php3');
include('./db_details_common.php3');
require('./libraries/relation.lib.php3');
/**
* Gets the relation settings
*/
$cfgRelation = PMA_getRelationsParam(TRUE);
echo "\n";
require('./footer.inc.php3');
?>