This commit is contained in:
Garvin Hicking
2003-04-18 16:11:58 +00:00
parent e48612fe90
commit 092981e02b
6 changed files with 20 additions and 14 deletions

View File

@@ -67,7 +67,7 @@ if ($cfg['QueryHistoryDB'] && $cfgRelation['historywork']) {
<frame src="queryframe.php3?<?php echo $url_query; ?>" name="queryframe" frameborder="0" />
</frameset>
<?php } ?>
<frame src="<?php echo (empty($db)) ? 'main.php3' : $cfg['DefaultTabDatabase']; ?>?<?php echo $url_query; ?>" name="phpmain" frameborder="1" />
<frame src="<?php echo (empty($db)) ? 'main.php3' : $cfg['DefaultTabDatabase']; ?>?<?php echo $url_query; ?>" name="phpmain<?php echo md5($cfg['PmaAbsoluteUri']); ?>" frameborder="1" />
<noframes>
<body bgcolor="#FFFFFF">