diff options
Diffstat (limited to 'src/includes/buttons.php')
-rw-r--r-- | src/includes/buttons.php | 4 |
1 files changed, 4 insertions, 0 deletions
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)) { |