no more support for php3

This commit is contained in:
Michal Čihař
2003-11-18 15:20:45 +00:00
parent 4edf711ada
commit 6884f9701a
250 changed files with 1145 additions and 1104 deletions

26
chk_rel.php Normal file
View File

@@ -0,0 +1,26 @@
<?php
/* $Id$ */
// vim: expandtab sw=4 ts=4 sts=4:
/**
* Gets some core libraries
*/
require('./libraries/grab_globals.lib.php');
require('./libraries/common.lib.php');
require('./db_details_common.php');
require('./libraries/relation.lib.php');
/**
* Gets the relation settings
*/
$cfgRelation = PMA_getRelationsParam(TRUE);
/**
* Displays the footer
*/
echo "\n";
require('./footer.inc.php');
?>