Nav apraksta
Nevar pievienot vairāk kā 25 tēmas Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.

var_www_roundcube_plugins_twofactor_gauthenticator_config.inc.php 350B

1234567
  1. <?php
  2. // if true ALL users must have 2-steps active
  3. $rcmail_config['force_enrollment_users'] = false;
  4. // whitelist, CIDR format available
  5. // NOTE: we need to use .0 IP to define LAN because the class CIDR have a issue about that (we can't use 129.168.1.2/24, for example)
  6. $rcmail_config['whitelist'] = array('192.168.1.0/24', '::1', '192.168.0.9');