mirror of
https://github.com/pi-hole/web.git
synced 2026-04-28 04:33:58 +01:00
api_FTL: Remove duplicate semicolon
Signed-off-by: XhmikosR <xhmikosr@gmail.com>
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