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