diff options
Diffstat (limited to 'extensions/ConfirmEdit/MathCaptcha.php')
-rw-r--r-- | extensions/ConfirmEdit/MathCaptcha.php | 22 |
1 files changed, 1 insertions, 21 deletions
diff --git a/extensions/ConfirmEdit/MathCaptcha.php b/extensions/ConfirmEdit/MathCaptcha.php index d1eb44ef..dd34d53e 100644 --- a/extensions/ConfirmEdit/MathCaptcha.php +++ b/extensions/ConfirmEdit/MathCaptcha.php @@ -1,22 +1,2 @@ <?php - -/** - * Captcha class using simple sums and the math renderer - * Not brilliant, but enough to dissuade casual spam bots - * - * @file - * @ingroup Extensions - * @author Rob Church <robchur@gmail.com> - * @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'; +require_once __DIR__ . "/MathCaptcha/MathCaptcha.php"; |