mirror of
https://github.com/getnamingo/registry.git
synced 2025-08-04 16:51:29 +02:00
More RST fixes
This commit is contained in:
parent
193cac6d0e
commit
454b754f7f
5 changed files with 29 additions and 11 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue