diff options
Diffstat (limited to 'vendor/gregwar/captcha/demo/fingerprint.php')
-rw-r--r-- | vendor/gregwar/captcha/demo/fingerprint.php | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/vendor/gregwar/captcha/demo/fingerprint.php b/vendor/gregwar/captcha/demo/fingerprint.php index ce30d991..d5319c7d 100644 --- a/vendor/gregwar/captcha/demo/fingerprint.php +++ b/vendor/gregwar/captcha/demo/fingerprint.php @@ -1,9 +1,6 @@ <?php -include(__DIR__.'/../CaptchaBuilderInterface.php'); -include(__DIR__.'/../PhraseBuilderInterface.php'); -include(__DIR__.'/../CaptchaBuilder.php'); -include(__DIR__.'/../PhraseBuilder.php'); +require_once __DIR__.'/../vendor/autoload.php'; use Gregwar\Captcha\CaptchaBuilder; |