From b767e921c637879b716321ce25fc854a816b6993 Mon Sep 17 00:00:00 2001 From: Jonas Kohl Date: Sat, 28 Sep 2024 18:04:36 +0200 Subject: Add IPv6 badge --- src/includes/buttons.php | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/includes') diff --git a/src/includes/buttons.php b/src/includes/buttons.php index 97b81ab..b7bcc61 100644 --- a/src/includes/buttons.php +++ b/src/includes/buttons.php @@ -14,6 +14,10 @@ foreach ([ "autistic" => "This user is autistic", "eat_the_rich" => "Eat! The! RICH!", "desktop" => "Best viewed on Desktop", + "ipv6ready" => [ + "IPv6 ready!", + "http://ipv6-test.com/validate.php?url=referer", + ], ] as $src => $alt): $hasLink = false; if (is_array($alt)) { -- cgit v1.2.3