Your IP : 216.73.216.95


Current Path : /var/test/www/html/cipa/wp-content/plugins/content-protector/vendor/gregwar/captcha/demo/
Upload File :
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()
;