In this theme, peformance info only will be showed if it's enabled.
Others seems to bypass this setting if debug is enabled!
This commit is contained in:
@@ -11,7 +11,7 @@
|
||||
echo "</div>";
|
||||
?>
|
||||
|
||||
<?php if ($CFG->perfdebug && !empty($performanceinfo)) {
|
||||
<?php if ($CFG->perfdebug > 7 && !empty($performanceinfo)) {
|
||||
echo $performanceinfo;
|
||||
}
|
||||
?>
|
||||
|
||||
Reference in New Issue
Block a user