Minor: typo fixes

This commit is contained in:
billz
2021-11-17 21:39:21 +00:00
parent 816f760dad
commit f35663f0aa
2 changed files with 2 additions and 2 deletions

View File

@@ -78,7 +78,7 @@ function DisplayAdBlockConfig()
$adblock_custom_content = file_get_contents(RASPI_ADBLOCK_LISTPATH .'custom.txt');
$adblock_log = '';
exec('sudo chmod o+r'. RASPI_DHCPCD_LOG);
exec('sudo chmod o+r '. RASPI_DHCPCD_LOG);
$handle = fopen("/tmp/dnsmasq.log", "r");
if ($handle) {
while (($line = fgets($handle)) !== false) {