Current Path : /var/test/www/html/cipa/wp-content/plugins/content-protector/vendor/gregwar/captcha/demo/ |
Current File : /var/test/www/html/cipa/wp-content/plugins/content-protector/vendor/gregwar/captcha/demo/output.php |
<?php require_once __DIR__.'/../vendor/autoload.php'; use Gregwar\Captcha\CaptchaBuilder; header('Content-type: image/jpeg'); CaptchaBuilder::create() ->build() ->output() ;