CAPTCHA')); // Register settings export/import hooks oc_addHook('settings-export-options', '../modules/captcha/settings-export-options.inc'); oc_addHook('settings-export-prep', '../modules/captcha/settings-export-prep.inc'); } // Register form hooks if (defined('OC_CAPTCHA_service')) { if (preg_match("/submit\.php/", $_SERVER['PHP_SELF'])) { // new subs only oc_addHook('author-submit-fields', '../modules/captcha/author-fields.inc'); oc_addHook('author-submission-validate', '../modules/captcha/author-validate.inc'); } oc_addHook('author-contact-fields', '../modules/captcha/contact-fields.inc'); oc_addHook('author-contact-validate', '../modules/captcha/contact-validate.inc'); }