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
This commit is contained in:
Mike Beck
2002-07-16 17:34:46 +00:00
parent 41cf38c0dc
commit 262c7c9613
86 changed files with 176 additions and 33 deletions

19
chk_rel.php3 Normal file
View File

@@ -0,0 +1,19 @@
<?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');
?>