mirror of
https://github.com/pi-hole/web.git
synced 2026-02-15 07:25:39 +00:00
Use 4 spaces to indent PHP files.
Signed-off-by: RD WebDesign <github@rdwebdesign.com.br>
This commit is contained in:
37
messages.php
37
messages.php
@@ -1,11 +1,14 @@
|
||||
<?php /*
|
||||
<?php
|
||||
/*
|
||||
* Pi-hole: A black hole for Internet advertisements
|
||||
* (c) 2020 Pi-hole, LLC (https://pi-hole.net)
|
||||
* Network-wide ad blocking via your own hardware.
|
||||
*
|
||||
* This file is copyright under the latest version of the EUPL.
|
||||
* Please see LICENSE file for your rights under this license. */
|
||||
require "scripts/pi-hole/php/header.php";
|
||||
* Please see LICENSE file for your rights under this license.
|
||||
*/
|
||||
|
||||
require "scripts/pi-hole/php/header.php";
|
||||
?>
|
||||
|
||||
<!-- Title -->
|
||||
@@ -21,19 +24,19 @@
|
||||
<div class="box-body">
|
||||
<table id="messagesTable" class="table table-striped table-bordered" width="100%">
|
||||
<thead>
|
||||
<tr>
|
||||
<th>ID</th>
|
||||
<th> </th>
|
||||
<th>Time</th>
|
||||
<th>Type</th>
|
||||
<th>Message</th>
|
||||
<th>Data1</th>
|
||||
<th>Data2</th>
|
||||
<th>Data3</th>
|
||||
<th>Data4</th>
|
||||
<th>Data5</th>
|
||||
<th> </th>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>ID</th>
|
||||
<th> </th>
|
||||
<th>Time</th>
|
||||
<th>Type</th>
|
||||
<th>Message</th>
|
||||
<th>Data1</th>
|
||||
<th>Data2</th>
|
||||
<th>Data3</th>
|
||||
<th>Data4</th>
|
||||
<th>Data5</th>
|
||||
<th> </th>
|
||||
</tr>
|
||||
</thead>
|
||||
</table>
|
||||
<p>Note: If errors are shown, you can <a href="debug.php">generate a debug log</a>, which will do a thorough Pi-hole evaluation.</p>
|
||||
@@ -47,5 +50,5 @@
|
||||
<script src="scripts/pi-hole/js/messages.js?v=<?=$cacheVer?>"></script>
|
||||
|
||||
<?php
|
||||
require "scripts/pi-hole/php/footer.php";
|
||||
require "scripts/pi-hole/php/footer.php";
|
||||
?>
|
||||
|
||||
Reference in New Issue
Block a user