Current File : /home/escuelai/public_html/sitio_anterior/wp-content/plugins/artbees-captcha/generate-captcha.php
<?php

require_once(dirname( __FILE__ ) . '/captcha.php');

session_start();
$captcha = new Mk_Artbees_Captcha();

$captcha->imageFormat = 'png';
$captcha->CreateImage();