Run PHP-CS-Fixer on all files

Signed-off-by: DL6ER <dl6er@dl6er.de>
This commit is contained in:
DL6ER
2022-08-07 10:52:23 +02:00
parent 69e118ad45
commit 6ec4b8a529
47 changed files with 2643 additions and 2831 deletions

View File

@@ -7,7 +7,7 @@
* Please see LICENSE file for your rights under this license.
*/
require "scripts/pi-hole/php/header.php";
require 'scripts/pi-hole/php/header.php';
?>
<div class="row">
@@ -66,9 +66,9 @@ require "scripts/pi-hole/php/header.php";
</div>
<!-- /.row -->
<script src="scripts/pi-hole/js/ip-address-sorting.js?v=<?=$cacheVer?>"></script>
<script src="scripts/pi-hole/js/network.js?v=<?=$cacheVer?>"></script>
<script src="scripts/pi-hole/js/ip-address-sorting.js?v=<?php echo $cacheVer; ?>"></script>
<script src="scripts/pi-hole/js/network.js?v=<?php echo $cacheVer; ?>"></script>
<?php
require "scripts/pi-hole/php/footer.php";
require 'scripts/pi-hole/php/footer.php';
?>