aboutsummaryrefslogtreecommitdiffstats
path: root/install/config.sql
diff options
context:
space:
mode:
authorrvelices <rv-github@modusoptimus.com>2006-02-16 00:45:18 +0000
committerrvelices <rv-github@modusoptimus.com>2006-02-16 00:45:18 +0000
commitd22a07cee30b96f703ab2fa295a4c5f4407d0e00 (patch)
tree8c0545c3d30b38b18db20209fdd75b2587f29eb6 /install/config.sql
parent2a01c7472a31ef36435ac4ca6022bcdfda149802 (diff)
feature 264: gallery_url, rate and rate_anonymous from config file to database
git-svn-id: http://piwigo.org/svn/trunk@1044 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'install/config.sql')
-rw-r--r--install/config.sql3
1 files changed, 3 insertions, 0 deletions
diff --git a/install/config.sql b/install/config.sql
index 59ff1de28..4371d9fb2 100644
--- a/install/config.sql
+++ b/install/config.sql
@@ -16,4 +16,7 @@ INSERT INTO phpwebgallery_config (param,value,comment) VALUES ('show_nb_comments
INSERT INTO phpwebgallery_config (param,value,comment) VALUES ('gallery_locked','false','Lock your gallery temporary for non admin users');
INSERT INTO phpwebgallery_config (param,value,comment) VALUES ('gallery_title','PhpWebGallery demonstration site','Title at top of each page and for RSS feed');
INSERT INTO phpwebgallery_config (param,value,comment) VALUES ('gallery_description','My photos web site','Short description displayed with gallery title');
+INSERT INTO phpwebgallery_config (param,value,comment) VALUES ('gallery_url','http://demo.phpwebgallery.net','URL given in RSS feed');
+INSERT INTO phpwebgallery_config (param,value,comment) VALUES ('rate','true','Rating pictures feature is enabled');
+INSERT INTO phpwebgallery_config (param,value,comment) VALUES ('rate_anonymous','true','Rating pictures feature is also enabled for visitors');