mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 00:46:50 +02:00
Show all footer stuff when debug is on
This commit is contained in:
parent
6927f0e726
commit
a272c24c67
1 changed files with 10 additions and 9 deletions
|
@ -13,9 +13,10 @@
|
|||
|
||||
<?php echo $loggedinas ?>
|
||||
|
||||
<?php echo $performanceinfo ?>
|
||||
|
||||
<?php if (isadmin()) { ?>
|
||||
<?php if ($CFG->debug > 7) {
|
||||
echo $performanceinfo;
|
||||
?>
|
||||
<br />
|
||||
<hr size="1" noshade="noshade" />
|
||||
<p align="center">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue