Updated Net/DNS2.php

This commit is contained in:
2021-11-08 07:08:56 +00:00
parent e23a565b39
commit 4bd19a0892
14 changed files with 5244 additions and 379 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -1283,7 +1283,7 @@
{
if (trim($line) !== "")
{
if ($line{0} !== "\xFF" && (($tagname === "/ul" && $line{0} !== "-") || ($tagname === "/ol" && !(int)$line{0}))) $prefix2 = "\xFF\xFF";
if ($line[0] !== "\xFF" && (($tagname === "/ul" && $line[0] !== "-") || ($tagname === "/ol" && !(int)$line[0]))) $prefix2 = "\xFF\xFF";
else $prefix2 = "";
$lines[$num] = $prefix . $prefix2 . trim($line);
@@ -1516,4 +1516,4 @@
}
}
}
?>
?>