We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 50f366d + 9b79212 commit f348e60Copy full SHA for f348e60
index.php
@@ -4,6 +4,9 @@
4
5
@include_once __DIR__.'/vendor/autoload.php';
6
7
+@include_once __DIR__.'/src/Guards/TurnstileGuard.php';
8
+@include_once __DIR__.'/src/helpers.php';
9
+
10
Kirby::plugin('anselmh/uniform-turnstile', [
11
'options' => [
12
'siteKey' => '',
0 commit comments