* @copyright © 2006 Rob Church * @licence GNU General Public Licence 2.0 */ if ( !defined( 'MEDIAWIKI' ) ) { exit; } require_once dirname( __FILE__ ) . '/ConfirmEdit.php'; $wgCaptchaClass = 'MathCaptcha'; $wgAutoloadClasses['MathCaptcha'] = dirname( __FILE__ ) . '/MathCaptcha.class.php';