Changeset 11987 for trunk/install


Ignore:
Timestamp:
Aug 23, 2011, 12:42:53 PM (13 years ago)
Author:
plg
Message:

feature 2413: forgotten to remove the gallery_url parameter in config.sql

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/install/config.sql

    r11893 r11987  
    1111INSERT INTO piwigo_config (param,value,comment) VALUES ('gallery_locked','false','Lock your gallery temporary for non admin users');
    1212INSERT INTO piwigo_config (param,value,comment) VALUES ('gallery_title','Piwigo demonstration site','Title at top of each page and for RSS feed');
    13 INSERT INTO piwigo_config (param,value,comment) VALUES ('gallery_url','','Optional alternate homepage for the gallery');
    1413INSERT INTO piwigo_config (param,value,comment) VALUES ('rate','true','Rating pictures feature is enabled');
    1514INSERT INTO piwigo_config (param,value,comment) VALUES ('rate_anonymous','true','Rating pictures feature is also enabled for visitors');
Note: See TracChangeset for help on using the changeset viewer.