We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2bf5f5a commit 4ae2fddCopy full SHA for 4ae2fdd
admin/template/template.php
@@ -172,7 +172,8 @@
172
<div class="float-sm-right d-none d-sm-inline">
173
<span class="p-2 right badge badge-<?php echo((isset($status['online']) and $status['online']) ? 'success' : 'danger'); ?>"><?php echo $config['lua']['serverName'] ?></span>
174
</div>
175
- <?php echo base64_decode('UG93ZXJlZCBieSA8YSBocmVmPSJodHRwOi8vbXktYWFjLm9yZyIgdGFyZ2V0PSJfYmxhbmsiPk15QUFDLjwvYT4='); ?>
+ <?= base64_decode('UG93ZXJlZCBieSA8YSBocmVmPSJodHRwOi8vbXktYWFjLm9yZyIgdGFyZ2V0PSJfYmxhbmsiPk15QUFDLjwvYT4='); ?>
176
+ <?= 'Load time: ' . round(microtime(true) - START_TIME, 4) . ' seconds.'; ?>
177
</footer>
178
<div id="sidebar-overlay"></div>
179
0 commit comments