Changeset 1709

Show
Ignore:
Timestamp:
07/14/2010 03:08:09 PM (3 years ago)
Author:
DarTar
Message:

Disabling hostname lookup for anonymous users as default option for fresh installs, refs #1006

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branches/1.3/wikka.php

    r1703 r1709  
    231231        'rewrite_mode'                          => $t_rewrite_mode, 
    232232        'wiki_suffix'                           => '@wikka', 
    233         'enable_user_host_lookup'       => '1', #enable (1, default) or disable (0) lookup of user hostname from IP address 
     233        'enable_user_host_lookup'       => '0', #enable (1) or disable (0, default) lookup of user hostname from IP address 
    234234 
    235235        'action_path'                           => 'plugins/actions'.PATH_DIVIDER.'actions',