summaryrefslogtreecommitdiff
path: root/public/captcha.php
diff options
context:
space:
mode:
Diffstat (limited to 'public/captcha.php')
-rw-r--r--public/captcha.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/public/captcha.php b/public/captcha.php
index c872672..58283bf 100644
--- a/public/captcha.php
+++ b/public/captcha.php
@@ -45,6 +45,7 @@ if ($_SERVER["REQUEST_METHOD"] == "POST" && isset($_POST["h-captcha-response"]))
<head>
<title>Resolving a hCaptcha - <?php echo INSTANCE_NAME ?></title>
<link rel="stylesheet" href="/static/style.css">
+ <link rel="shortcut icon" href="/static/favicon.ico" type="image/x-icon">
<script src='https://www.hCaptcha.com/1/api.js' async defer></script>
</head>