/var/www/hkosl.com/aga/wp-content/plugins/flexible-captcha/flexible-captcha.php


1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<?php
/*
Plugin Name: Flexible Captcha
Plugin URI: http://www.sterupdesign.com/dev/wordpress/plugins/flexible-captcha/
Description: A plugin to create configurable captcha images on any form.
Version: 4.0.2
Author: Jeff Sterup
Author URI: http://www.sterupdesign.com
License: GPL2
*/
require_once(WP_PLUGIN_DIR "/" plugin_basename(dirname(__FILE__)) . "/lib/FlexibleCaptcha.class.php");


$FlexibleCaptcha = new FlexibleCaptcha(__FILE__);
?>