Ignore:
Timestamp:
Feb 16, 2006, 1:45:18 AM (18 years ago)
Author:
rvelices
Message:

feature 264: gallery_url, rate and rate_anonymous from config file to database

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/install/config.sql

    r965 r1044  
    1717INSERT INTO phpwebgallery_config (param,value,comment) VALUES ('gallery_title','PhpWebGallery demonstration site','Title at top of each page and for RSS feed');
    1818INSERT INTO phpwebgallery_config (param,value,comment) VALUES ('gallery_description','My photos web site','Short description displayed with gallery title');
     19INSERT INTO phpwebgallery_config (param,value,comment) VALUES ('gallery_url','http://demo.phpwebgallery.net','URL given in RSS feed');
     20INSERT INTO phpwebgallery_config (param,value,comment) VALUES ('rate','true','Rating pictures feature is enabled');
     21INSERT INTO phpwebgallery_config (param,value,comment) VALUES ('rate_anonymous','true','Rating pictures feature is also enabled for visitors');
    1922
Note: See TracChangeset for help on using the changeset viewer.