diff options
Diffstat (limited to 'vendor/gregwar/captcha/demo/output.php')
-rw-r--r-- | vendor/gregwar/captcha/demo/output.php | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/vendor/gregwar/captcha/demo/output.php b/vendor/gregwar/captcha/demo/output.php index 2a4f3303..9223bf69 100644 --- a/vendor/gregwar/captcha/demo/output.php +++ b/vendor/gregwar/captcha/demo/output.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; |