This commit is contained in:
2023-01-02 19:56:44 +08:00
commit e187878b7a
3244 changed files with 260239 additions and 0 deletions
+12
View File
@@ -0,0 +1,12 @@
<?php
require_once __DIR__.'/../vendor/autoload.php';
use Webman\Captcha\CaptchaBuilder;
echo count(CaptchaBuilder::create()
->build()
->getFingerprint()
);
echo "\n";