mirror of
https://github.com/pi-hole/web.git
synced 2026-04-28 12:44:07 +01:00
17 lines
291 B
PHP
17 lines
291 B
PHP
<?php
|
|
require "header.php";
|
|
?>
|
|
<!-- Title -->
|
|
<div class="page-header">
|
|
<h1>Output the last lines of the pihole.log file (live)</h1>
|
|
</div>
|
|
|
|
<pre id="output" style="width: 100%; height: 100%;"></pre>
|
|
|
|
<?php
|
|
require "footer.php";
|
|
?>
|
|
|
|
|
|
<script src="js/pihole/taillog.js"></script>
|