Changeset 8759 for trunk/install


Ignore:
Timestamp:
Jan 19, 2011, 12:36:51 PM (13 years ago)
Author:
plg
Message:

bug 2025 fixed: by default we log visits from simple visitors, it was a
nonsense to turn off history for connected users by default.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/install/config.sql

    r8651 r8759  
    22
    33INSERT INTO piwigo_config (param,value,comment) VALUES ('nb_comment_page','10','number of comments to display on each page');
    4 INSERT INTO piwigo_config (param,value,comment) VALUES ('log','false','keep an history of visits on your website');
     4INSERT INTO piwigo_config (param,value,comment) VALUES ('log','true','keep an history of visits on your website');
    55INSERT INTO piwigo_config (param,value,comment) VALUES ('comments_validation','false','administrators validate users comments before becoming visible');
    66INSERT INTO piwigo_config (param,value,comment) VALUES ('comments_forall','false','even guest not registered can post comments');
Note: See TracChangeset for help on using the changeset viewer.