4 * Captcha class using simple sums and the math renderer
5 * Not brilliant, but enough to dissuade casual spam bots
9 * @author Rob Church <robchur@gmail.com>
10 * @copyright © 2006 Rob Church
11 * @licence GNU General Public Licence 2.0
14 if ( !defined( 'MEDIAWIKI' ) ) {
18 require_once dirname( __FILE__ ) . '/ConfirmEdit.php';
19 $wgCaptchaClass = 'MathCaptcha';
21 $wgAutoloadClasses['MathCaptcha'] = dirname( __FILE__ ) . '/MathCaptcha.class.php';