Huge set of optimizations, please test!
This commit is contained in:
@@ -6,16 +6,16 @@
|
||||
* Gets the variables sent or posted to this script, then displays headers
|
||||
*/
|
||||
if (!isset($selected_tbl)) {
|
||||
include('./libraries/grab_globals.lib.php');
|
||||
include('./header.inc.php');
|
||||
require_once('./libraries/grab_globals.lib.php');
|
||||
require_once('./header.inc.php');
|
||||
}
|
||||
|
||||
|
||||
/**
|
||||
* Gets the relations settings
|
||||
*/
|
||||
require('./libraries/relation.lib.php');
|
||||
require('./libraries/transformations.lib.php');
|
||||
require_once('./libraries/relation.lib.php');
|
||||
require_once('./libraries/transformations.lib.php');
|
||||
|
||||
$cfgRelation = PMA_getRelationsParam();
|
||||
|
||||
@@ -317,5 +317,5 @@ function printPage()
|
||||
<?php
|
||||
echo '<br /><br /> <input type="button" style="visibility: ; width: 100px; height: 25px" name="print" value="' . $strPrint . '" onclick="printPage()">' . "\n";
|
||||
|
||||
require('./footer.inc.php');
|
||||
?>
|
||||
require_once('./footer.inc.php');
|
||||
?>
|
||||
|
Reference in New Issue
Block a user