mirror of
https://github.com/billz/raspap-webgui.git
synced 2025-03-01 10:31:47 +00:00
Minor: typo fixes
This commit is contained in:
@@ -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) {
|
||||
|
Reference in New Issue
Block a user