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/demo.php |
<?php require_once __DIR__.'/../vendor/autoload.php'; use Gregwar\Captcha\CaptchaBuilder; $captcha = new CaptchaBuilder; $captcha ->build() ->save('out.jpg') ;