XOOPS  2.6.0
text.php
Go to the documentation of this file.
1 <?php
19 define("_MI_XCAPTCHA_ADMENU_TEXT", "Text");
20 
21 if ( !defined("_XCAPTCHA_TEXT") ) {
22  define("_XCAPTCHA_FORM_TEXT", "Configuration CAPTCHA : Texte");
23  if (!defined("_XCAPTCHA_NUM_CHARS")) {
24  define("_XCAPTCHA_NUM_CHARS", "Number of characters");
25  }
26 
27  define("_XCAPTCHA_TEXT", true);
28 }