aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorplegall <plg@piwigo.org>2011-08-23 10:42:53 +0000
committerplegall <plg@piwigo.org>2011-08-23 10:42:53 +0000
commit103b5f684eeba2c75381733e86e969a3126bf24d (patch)
tree41a462417be33d055df3497b47ec402f6cbc2e50
parentb11cb93300d9d213130201bad88e0dfc1904e25d (diff)
feature 2413: forgotten to remove the gallery_url parameter in config.sql
git-svn-id: http://piwigo.org/svn/trunk@11987 68402e56-0260-453c-a942-63ccdbb3a9ee
-rw-r--r--install/config.sql1
1 files changed, 0 insertions, 1 deletions
diff --git a/install/config.sql b/install/config.sql
index 62077301a..bafeff86e 100644
--- a/install/config.sql
+++ b/install/config.sql
@@ -10,7 +10,6 @@ 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','Piwigo demonstration site','Title at top of each page and for RSS feed');
-INSERT INTO piwigo_config (param,value,comment) VALUES ('gallery_url','','Optional alternate homepage for the gallery');
INSERT INTO piwigo_config (param,value,comment) VALUES ('rate','true','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','<h1>Piwigo demonstration site</h1><p>My photos web site</p>','html displayed on the top each page of your gallery');