Ignore:
Timestamp:
Mar 25, 2010, 12:24:01 AM (14 years ago)
Author:
patdenice
Message:

Feature 1533: admincan activate/deactivate user customization.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/install/config.sql

    r5304 r5328  
    1818INSERT INTO piwigo_config (param,value,comment) VALUES ('history_guest','true','keep a history of guest visits on your website');
    1919INSERT INTO piwigo_config (param,value,comment) VALUES ('allow_user_registration','true','allow visitors to register?');
     20INSERT INTO piwigo_config (param,value,comment) VALUES ('allow_user_customization','true','allow users to customize their gallery?');
    2021INSERT INTO piwigo_config (param,value,comment) VALUES ('nbm_send_html_mail','true','Send mail on HTML format for notification by mail');
    2122INSERT INTO piwigo_config (param,value,comment) VALUES ('nbm_send_mail_as','','Send mail as param value for notification by mail');
Note: See TracChangeset for help on using the changeset viewer.