Use 4 spaces to indent PHP files.

Signed-off-by: RD WebDesign <github@rdwebdesign.com.br>
This commit is contained in:
RD WebDesign
2022-08-01 01:18:26 -03:00
parent 0d62267ceb
commit 2bc918ad6e
46 changed files with 2098 additions and 2018 deletions
+7 -4
View File
@@ -1,11 +1,14 @@
<?php /*
<?php
/*
* Pi-hole: A black hole for Internet advertisements
* (c) 2017 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 -->
<div class="page-header">
@@ -27,5 +30,5 @@
<script src="scripts/pi-hole/js/taillog.js?v=<?=$cacheVer?>"></script>
<?php
require "scripts/pi-hole/php/footer.php";
require "scripts/pi-hole/php/footer.php";
?>