fix counts

This commit is contained in:
root 2025-01-23 13:29:11 +01:00
parent 99e101f9cf
commit 063dd7c24c
3 changed files with 21 additions and 18 deletions

View file

@ -41,7 +41,7 @@ if (!preg_match("~^(?:f|ht)tps?://~i", $data[1])) {
echo "\n</p>";
fclose($handle);
}
echo "<p>" . $resultcount . " Result(s) found.</p>";
//echo "<p>" . $resultcount . " Result(s) found.</p>";
}