Print performance info if exists and $CFG->perfdebug is enabled.
This commit is contained in:
@@ -3,6 +3,10 @@
|
||||
|
||||
<div id="footer">
|
||||
<hr size="1" noshade="noshade" />
|
||||
<?php if ($CFG->perfdebug && !empty($performanceinfo)) {
|
||||
echo $performanceinfo;
|
||||
}
|
||||
?>
|
||||
<?php echo $loggedinas ?>
|
||||
<?php echo $homelink ?>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user