mirror of
https://github.com/pi-hole/web.git
synced 2025-12-25 05:05:33 +00:00
Merge pull request #1324 from pi-hole/XhmikosR-patch-9
api_FTL: Remove duplicate semicolon
This commit is contained in:
@@ -320,7 +320,7 @@ else
|
||||
// UTF-8 encode domain
|
||||
$tmp[2] = utf8_encode($tmp[2]);
|
||||
// UTF-8 encode client host name
|
||||
$tmp[3] = utf8_encode($tmp[3]);;
|
||||
$tmp[3] = utf8_encode($tmp[3]);
|
||||
array_push($allQueries,$tmp);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user