aboutsummaryrefslogtreecommitdiff
path: root/templates/footer.php
diff options
context:
space:
mode:
Diffstat (limited to 'templates/footer.php')
-rw-r--r--templates/footer.php24
1 files changed, 0 insertions, 24 deletions
diff --git a/templates/footer.php b/templates/footer.php
index 164b054..63cb064 100644
--- a/templates/footer.php
+++ b/templates/footer.php
@@ -9,29 +9,6 @@
htmlReady($GLOBALS['user']->perms)) ?>
|
<?= strftime('%x, %X') ?>
- <? if (Studip\ENV === 'development'): ?>
- [
- <? if (DBManager::get('studip') === DBManager::get('studip-slave')): ?>
- <?= sprintf('%u db queries', DBManager::get('studip')->query_count) ?>
- <? else: ?>
- <?= sprintf(
- 'M%u/S%u = %u db queries',
- DBManager::get('studip')->query_count,
- DBManager::get('studip-slave')->query_count,
- DBManager::get('studip')->query_count + DBManager::get('studip-slave')->query_count
- ) ?>
- <? endif; ?>
- /
- <?= relsize(memory_get_peak_usage(true), false) ?> mem
- /
- <?= sprintf('%.5f sec', microtime(true) - $GLOBALS['STUDIP_STARTUP_TIME']) ?>
- ]
- <? if (!empty($GLOBALS['DEBUG_ALL_DB_QUERIES'])) : ?>
- <a href="" onClick="jQuery('#all_db_queries').toggle(); return false;">
- <?= Icon::create("code", "info_alt")->asImg(16, ['class' => "text-bottom"]) ?>
- </a>
- <? endif ?>
- <? endif; ?>
</div>
<? endif; ?>
@@ -57,5 +34,4 @@
<? endif; ?>
</footer>
<? endif; ?>
-<?= $this->render_partial('debug/db-log.php') ?>
<!-- Ende Footer -->