Fix indention

Co-authored-by: RD WebDesign <github@rdwebdesign.com.br>
This commit is contained in:
yubiuser
2022-06-06 10:30:49 +02:00
committed by GitHub
parent dac8138fc8
commit d99fc93d44
+1 -1
View File
@@ -79,7 +79,7 @@ if (isset($setupVars["PIHOLE_INTERFACE"])) {
// get the gateway address for the default route on the Pi-hole interface
if ($piHoleInterface !== "unknown") {
$IPv4GW=shell_exec("ip -4 route | grep default | grep '${piHoleInterface}' | cut -d ' ' -f 3");
$IPv4GW=shell_exec("ip -4 route | grep default | grep '${piHoleInterface}' | cut -d ' ' -f 3");
} else {
$IPv4GW = "unknown";
}