MDL-14679 towards adodb separation

This commit is contained in:
skodak
2008-06-09 18:48:28 +00:00
parent 294ce9870f
commit 96d1387809
7 changed files with 3 additions and 43 deletions
-16
View File
@@ -27,19 +27,3 @@ error('TODO: rewrite db perf code'); // TODO: rewrite
print_header("$site->shortname: $strdatabaseperformance", "$site->fullname", $navigation);
exit;
}
if (!empty($bottomframe) or !empty($do)) {
$perf =&NewPerfMonitor($db);
$perf->UI($pollsecs=5);
exit;
}
?>
<head>
<title><?php echo "$site->shortname: $strdatabaseperformance" ?></title>
</head>
<frameset rows="80,*">
<frame src="dbperformance.php?topframe=true">
<frame src="dbperformance.php?bottomframe=true">
</frameset>