You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: source/cfml/plugins/footer.cfm
+4-1Lines changed: 4 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,10 @@
8
8
</cfscript>
9
9
<cfoutput>
10
10
<hr>
11
-
<p>This report is based on all the debugging logs currently in memory ( #this.perf.getRawLogCount()# logs, #this.perf.getDebugMemUsage()# ) click column headers to sort</p>
11
+
<p>This report is based on all the debugging logs currently in memory ( #this.perf.getRawLogCount()# logs, #this.perf.getDebugMemUsage()# )
12
+
<cfifthis.perf.getRawLogCount() gt0> click column headers to sort </cfif>
Copy file name to clipboardExpand all lines: source/cfml/plugins/settings.cfm
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -114,4 +114,8 @@
114
114
</tfoot>
115
115
</table>
116
116
</form>
117
+
118
+
<p>
119
+
<b>Please consider making a <ahref="https://opencollective.com/Lucee">donation / supporting</a> the Lucee project</b>, so we can make Lucee even better!
0 commit comments