diff options
Diffstat (limited to 'webadmin/template.html')
-rw-r--r-- | webadmin/template.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/webadmin/template.html b/webadmin/template.html index 50c91ae2d..dbe408c9f 100644 --- a/webadmin/template.html +++ b/webadmin/template.html @@ -364,7 +364,7 @@ </div>
<!-- // #containerHolder -->
- <p id="footer">Memory Usage: {MEM}Mb</p>
+ <p id="footer">Memory Usage: {MEM}Mb; Current chunk count: {NUMCHUNKS} </p>
</div>
<!-- // #wrapper -->
</body>
|