Rebrand: UK AI Automation — new domain, logo, indigo colour scheme, AI services content

This commit is contained in:
Peter Foster
2026-03-21 09:48:46 +00:00
parent a4a8e237d6
commit 1d705572ad
164 changed files with 2870 additions and 9819 deletions

View File

@@ -80,7 +80,7 @@ if (preg_match("/^(::1|fe80:|fc00:|fd00:)/i", $ip)) {
$context = stream_context_create([
"http" => [
"timeout" => 10,
"user_agent" => "UK Data Services Robots Analyzer (+https://ukdataservices.co.uk/tools/robots-analyzer)",
"user_agent" => "UK AI Automation Robots Analyzer (+https://ukaiautomation.co.uk/tools/robots-analyzer)",
"follow_location" => true,
"max_redirects" => 3
],