aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjeremydurand <jeremydurand24@hotmail.fr>2016-06-23 17:43:28 +0200
committerPierrick Le Gall <plg@piwigo.org>2016-06-23 17:43:28 +0200
commit1c7b673e4c5083561ad2fc7fd7decef1dd1dee9e (patch)
tree04222efefd2482be0d91a44d4b2c4bf3a4ba0f80
parent4d75cf35b553393a9ed293c4352f19dbbb94b7a6 (diff)
fixes #496 deactivate rating by default (#500)
* fixes #496 deactivate rating by default * fixes #496 rate_anonymous true
-rw-r--r--install/config.sql2
1 files changed, 1 insertions, 1 deletions
diff --git a/install/config.sql b/install/config.sql
index d247b93c0..b1f8e17fe 100644
--- a/install/config.sql
+++ b/install/config.sql
@@ -15,7 +15,7 @@ INSERT INTO piwigo_config (param,value,comment) VALUES ('email_admin_on_comment_
INSERT INTO piwigo_config (param,value,comment) VALUES ('email_admin_on_comment_deletion','false','Send an email to the administrators when a comment is deleted');
INSERT INTO piwigo_config (param,value,comment) VALUES ('gallery_locked','false','Lock your gallery temporary for non admin users');
INSERT INTO piwigo_config (param,value,comment) VALUES ('gallery_title','','Title at top of each page and for RSS feed');
-INSERT INTO piwigo_config (param,value,comment) VALUES ('rate','true','Rating pictures feature is enabled');
+INSERT INTO piwigo_config (param,value,comment) VALUES ('rate','false','Rating pictures feature is enabled');
INSERT INTO piwigo_config (param,value,comment) VALUES ('rate_anonymous','true','Rating pictures feature is also enabled for visitors');
INSERT INTO piwigo_config (param,value,comment) VALUES ('page_banner','','html displayed on the top each page of your gallery');
INSERT INTO piwigo_config (param,value,comment) VALUES ('history_admin','false','keep a history of administrator visits on your website');