1<?php 2if (!defined("DOKU_INC")) die(); 3 4$conf['require_captcha'] = 1; 5$conf['prompt_text'] = ' This content requires a password'; 6$conf['btn_text'] = 'Unlock'; 7$conf['error_text'] = 'Invalid password or captcha'; 8