Skip to content

Commit

Permalink
Fixing lines without multiple of 4 spaces
Browse files Browse the repository at this point in the history
Signed-off-by: RD WebDesign <[email protected]>
  • Loading branch information
rdwebdesign committed Aug 1, 2022
1 parent 1bafd79 commit 6adf8e0
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion scripts/pi-hole/php/func.php
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ function hash_equals($known_string, $user_string) {
}

return !$ret;
}
}
}

/**
Expand Down
26 changes: 13 additions & 13 deletions settings.php
Original file line number Diff line number Diff line change
Expand Up @@ -877,10 +877,10 @@
<label for="DNSinterface4"><strong>Permit all origins</strong></label>
</div>
<p>These options are dangerous on devices
directly connected to the Internet such as cloud instances and are only safe if your
Pi-hole is properly firewalled. In a typical at-home setup where your Pi-hole is
located within your local network (and you have <strong>not</strong> forwarded port 53
in your router!) they are safe to use.</p>
directly connected to the Internet such as cloud instances and are only safe if your
Pi-hole is properly firewalled. In a typical at-home setup where your Pi-hole is
located within your local network (and you have <strong>not</strong> forwarded port 53
in your router!) they are safe to use.</p>
</div>
</div>
<p>See <a href="https://docs.pi-hole.net/ftldns/interfaces/" target="_blank">our documentation</a> for further technical details.</p>
Expand Down Expand Up @@ -1058,9 +1058,9 @@
<div class="form-group">
<label>Top Clients</label>
<textarea name="clients" class="form-control" placeholder="Enter one IP address or host name per line" autocomplete="off" spellcheck="false" autocapitalize="none" autocorrect="off"
rows="4"><?php foreach ($excludedClients as $client) {
echo $client . "\n"; }
?></textarea>
rows="4"><?php foreach ($excludedClients as $client) {
echo $client . "\n"; }
?></textarea>
</div>
</div>
</div>
Expand Down Expand Up @@ -1225,16 +1225,16 @@
<label for="bargraphs"><strong>Use new Bar charts on dashboard</strong></label>
</div>
</div>
</div>
<div class="row">
</div>
<div class="row">
<div class="col-md-12">
<div>
<input type="checkbox" name="colorfulQueryLog" id="colorfulQueryLog" value="no">
<label for="colorfulQueryLog"><strong>Colorful Query Log</strong></label>
</div>
</div>
</div>
<div class="row">
<div class="row">
<div class="col-md-12">
<div>
<input type="checkbox" name="hideNonfatalDnsmasqWarnings" id="hideNonfatalDnsmasqWarnings" value="no">
Expand Down Expand Up @@ -1311,8 +1311,8 @@
<div class="row">
<?php if (extension_loaded('Phar')) { ?>
<form role="form" method="post" id="takeoutform"
action="scripts/pi-hole/php/teleporter.php"
target="teleporter_iframe" enctype="multipart/form-data">
action="scripts/pi-hole/php/teleporter.php"
target="teleporter_iframe" enctype="multipart/form-data">
<input type="hidden" name="token" value="<?php echo $token ?>">
<div class="col-lg-6 col-md-12">
<div class="box box-warning">
Expand Down Expand Up @@ -1423,7 +1423,7 @@
</div>
</form>
<div class="modal fade" id="teleporterModal" role="dialog" data-keyboard="false"
tabindex="-1" data-backdrop="static" aria-labelledby="teleporterModalLabel">
tabindex="-1" data-backdrop="static" aria-labelledby="teleporterModalLabel">
<div class="modal-dialog" role="document">
<div class="modal-content">
<div class="modal-header">
Expand Down

0 comments on commit 6adf8e0

Please sign in to comment.