X-Git-Url: https://git.toastfreeware.priv.at/toast/cookiecaptcha.git/blobdiff_plain/9ff87015f6595b38eaad9f97b43746ad6b3556a3..0ec7537c29deda6db4bfbc2703f7d2b52cccbbf1:/QuestyCaptcha.php diff --git a/QuestyCaptcha.php b/QuestyCaptcha.php index 351c342..d4c23fd 100644 --- a/QuestyCaptcha.php +++ b/QuestyCaptcha.php @@ -28,6 +28,9 @@ if ( !defined( 'MEDIAWIKI' ) ) { exit; } +require_once dirname( __FILE__ ) . '/ConfirmEdit.php'; +$wgCaptchaClass = 'QuestyCaptcha'; + global $wgCaptchaQuestions; $wgCaptchaQuestions = array();