?
Path : /home/admin/public_html/old/administrator/components/com_xijc/views/blacklist/tmpl/ |
Current File : /home/admin/public_html/old/administrator/components/com_xijc/views/blacklist/tmpl/helpPanel.php |
<?php // Disallow direct access to this file defined('_JEXEC') or die('Restricted access'); ?> <?php $whiteListLink = JRoute::_('index.php?option=com_xijc&view=whitelist', false); $managerLink = JRoute::_('index.php?option=com_xijc&view=manager', false); echo $this->pane->startPanel( 'Black List', 'setupmean' ); ?> <ol> <li>Black List provides facility to enable the captcha for particular params (Key-Values pairs) of any enabled or disabled component.</li> <li>If any of the rule, shown on this list is enabled, then the captcha will always show on that rule whether that component is captcha enabled or disabled.</li> <li>The preference of Black List comes before both White List and Captcha Manager.</li> <li>When all params (key/value) of rule are available in request, Captcha display condition will be true, even there are few more key/value pairs also available in request.</li></ol> <?php echo $this->pane->endPanel();