Update index.php
This commit is contained in:
parent
f43e901c6f
commit
05281fa1ac
1 changed files with 11 additions and 1 deletions
12
index.php
12
index.php
|
@ -75,6 +75,16 @@ $total_time = round(($finish - $start), 4);
|
||||||
echo '<!--Page generated in '.$total_time.' seconds.-->';
|
echo '<!--Page generated in '.$total_time.' seconds.-->';
|
||||||
?> | get your own at: <a href="https://github.com/dg9vh/MMDVMHost-Dashboard">https://github.com/dg9vh/MMDVMHost-Dashboard</a>
|
?> | get your own at: <a href="https://github.com/dg9vh/MMDVMHost-Dashboard">https://github.com/dg9vh/MMDVMHost-Dashboard</a>
|
||||||
</div>
|
</div>
|
||||||
|
<script>
|
||||||
|
$(document).ready(function(){
|
||||||
|
|
||||||
|
$('#lastHeard').dataTable( {
|
||||||
|
"aaSorting": [[0,'desc']]
|
||||||
|
} );
|
||||||
|
$('#localTx').dataTable( {
|
||||||
|
"aaSorting": [[0,'desc']]
|
||||||
|
} );
|
||||||
|
});
|
||||||
|
</script>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|
Loading…
Reference in a new issue