More RST fixes

This commit is contained in:
Pinga 2025-04-28 16:59:04 +03:00
parent 193cac6d0e
commit 454b754f7f
5 changed files with 29 additions and 11 deletions

View file

@ -197,6 +197,7 @@ function handleDomainQuery($request, $response, $pdo, $domainName, $c, $log) {
// Extract and validate the domain name from the request
$domain = urldecode($domainName);
$domain = trim($domain);
$domain = strtolower($domain);
// Empty domain check
if (!$domain) {