Update index.php

This commit is contained in:
EA4GKQ 2016-06-24 23:33:53 +02:00 committed by GitHub
parent f43e901c6f
commit 05281fa1ac

View file

@ -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>