mirror of
https://github.com/pi-hole/web.git
synced 2024-12-06 19:36:21 +01:00
== to ===
This commit is contained in:
@@ -299,7 +299,7 @@
|
||||
$list = $exploded[4];
|
||||
$is = $exploded[6];
|
||||
// Consider only gravity.list as DNS source (not e.g. hostname.list)
|
||||
if(substr($list, strlen($list) - 12, 12) == "gravity.list" && $is === "is") {
|
||||
if(substr($list, strlen($list) - 12, 12) === "gravity.list" && $is === "is") {
|
||||
$lines[] = $line;
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user