Your IP : 216.73.217.77


Current Path : /home/users/unlimited/www/admin.brosiper.codeskitter.site/vendor/gregwar/captcha/demo/
Upload File :
Current File : /home/users/unlimited/www/admin.brosiper.codeskitter.site/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()
;