mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 08:56:36 +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 $loggedinas ?>
|
||||||
|
|
||||||
<?php echo $performanceinfo ?>
|
|
||||||
|
|
||||||
<?php if (isadmin()) { ?>
|
<?php if ($CFG->debug > 7) {
|
||||||
|
echo $performanceinfo;
|
||||||
|
?>
|
||||||
<br />
|
<br />
|
||||||
<hr size="1" noshade="noshade" />
|
<hr size="1" noshade="noshade" />
|
||||||
<p align="center">
|
<p align="center">
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue