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:
19
chk_rel.php3
Normal file
19
chk_rel.php3
Normal 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');
|
||||
?>
|
Reference in New Issue
Block a user