Changeset 6411 for trunk/install
- Timestamp:
- May 28, 2010, 9:58:51 PM (15 years ago)
- Location:
- trunk/install
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/install/config.sql
r5741 r6411 11 11 INSERT INTO piwigo_config (param,value,comment) VALUES ('gallery_locked','false','Lock your gallery temporary for non admin users'); 12 12 INSERT 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',' http://piwigo.org/demo','URL given in RSS feed');13 INSERT INTO piwigo_config (param,value,comment) VALUES ('gallery_url','','Optional alternate homepage for the gallery'); 14 14 INSERT INTO piwigo_config (param,value,comment) VALUES ('rate','true','Rating pictures feature is enabled'); 15 15 INSERT INTO piwigo_config (param,value,comment) VALUES ('rate_anonymous','true','Rating pictures feature is also enabled for visitors'); -
trunk/install/upgrade_1.5.0.php
r5215 r6411 319 319 $params = array( 320 320 'gallery_url' => array( 321 ' http://piwigo.org/demo',322 ' URL given in RSS feed'321 '', 322 'Optional alternate homepage for the gallery' 323 323 ), 324 324 'rate' => array(
Note: See TracChangeset
for help on using the changeset viewer.