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/demo.php

<?php

require_once __DIR__.'/../vendor/autoload.php';

use Gregwar\Captcha\CaptchaBuilder;

$captcha = new CaptchaBuilder;
$captcha
    ->build()
    ->save('out.jpg')
;