Ignore:
Timestamp:
May 4, 2014, 4:23:36 PM (10 years ago)
Author:
mistic100
Message:

add 'guest_only' option

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/CryptograPHP/main.inc.php

    r26072 r28344  
    6161  global $conf, $pwg_loaded_plugins, $page;
    6262 
    63   if (!is_a_guest())
     63  if (!is_a_guest() && $conf['cryptographp']['guest_only'])
    6464  {
    6565    return;
     
    9494{
    9595  global $conf;
    96  
    97   if (!is_a_guest())
    98   {
    99     return;
    100   }
    10196
    10297  if ($conf['cryptographp']['activate_on']['register'])
Note: See TracChangeset for help on using the changeset viewer.