mirror of
https://github.com/moodle/moodle.git
synced 2025-04-21 08:22:07 +02:00
Print performance info if exists and $CFG->perfdebug is enabled.
Merged from MOODLE_15_STABLE
This commit is contained in:
parent
de0eca74b0
commit
fd5f0feba5
@ -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 ?>
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user