Tabs to spaces

This commit is contained in:
Mcat12
2016-12-30 11:54:38 -05:00
parent 5ab9f75e45
commit da1ea9c2f2
+6 -6
View File
@@ -7,12 +7,12 @@ $type = $_POST['list'];
list_verify($type);
switch($type) {
case "white":
echo exec("sudo pihole -w -q ${_POST['domain']}");
break;
case "black":
echo exec("sudo pihole -b -q ${_POST['domain']}");
break;
case "white":
echo exec("sudo pihole -w -q ${_POST['domain']}");
break;
case "black":
echo exec("sudo pihole -b -q ${_POST['domain']}");
break;
}
?>