Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/core
diff options
context:
space:
mode:
authorCarl Schwan <carl@carlschwan.eu>2022-01-20 01:30:34 +0300
committerCarl Schwan <carl@carlschwan.eu>2022-04-04 11:28:26 +0300
commit7d272c54d013538746d6731097ec37f360effb5d (patch)
treed754c4184926ea8011bd2b0fe276adebaf4082f6 /core
parentcf4c77e064fd52d891bc842d78431cceb2f34952 (diff)
Add a built-in profiler inside Nextcloud
The webui is provided by a seperate application named profiler Signed-off-by: Carl Schwan <carl@carlschwan.eu>
Diffstat (limited to 'core')
-rw-r--r--core/templates/layout.user.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/templates/layout.user.php b/core/templates/layout.user.php
index aa6ff416ba1..ce316b882e6 100644
--- a/core/templates/layout.user.php
+++ b/core/templates/layout.user.php
@@ -202,6 +202,6 @@ $getUserAvatar = static function (int $size) use ($_): string {
<div id="content" class="app-<?php p($_['appid']) ?>" role="main">
<?php print_unescaped($_['content']); ?>
</div>
-
+ <div id="profiler-toolbar"></div>
</body>
</html>