diff options
author | nikrou <nikrou@piwigo.org> | 2009-12-02 20:27:06 +0000 |
---|---|---|
committer | nikrou <nikrou@piwigo.org> | 2009-12-02 20:27:06 +0000 |
commit | fdfaefd17a7b3c91d214a60a27524bb138df3552 (patch) | |
tree | 56b7379da093bf2b6fc948215f6091a0cd988433 /install/config.sql | |
parent | b8c33dcf2035f4cd5a67d918f1a5c490b128f9ae (diff) |
Feature 1255 :
- add postgres database engine
- change installation process to allow postgres or mysql database
git-svn-id: http://piwigo.org/svn/trunk@4410 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-rw-r--r-- | install/config.sql | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/install/config.sql b/install/config.sql index 76c7bd6ae..107accdd2 100644 --- a/install/config.sql +++ b/install/config.sql @@ -17,7 +17,6 @@ INSERT INTO piwigo_config (param,value,comment) VALUES ('page_banner','<h1>Piwig INSERT INTO piwigo_config (param,value,comment) VALUES ('history_admin','false','keep a history of administrator visits on your website'); INSERT INTO piwigo_config (param,value,comment) VALUES ('history_guest','true','keep a history of guest visits on your website'); INSERT INTO piwigo_config (param,value,comment) VALUES ('allow_user_registration','true','allow visitors to register?'); -INSERT INTO piwigo_config (param,value,comment) VALUES ('secret_key', MD5(RAND()), 'a secret key specific to the gallery for internal use'); INSERT INTO piwigo_config (param,value,comment) VALUES ('nbm_send_html_mail','true','Send mail on HTML format for notification by mail'); INSERT INTO piwigo_config (param,value,comment) VALUES ('nbm_send_mail_as','','Send mail as param value for notification by mail'); INSERT INTO piwigo_config (param,value,comment) VALUES ('nbm_send_detailed_content','true','Send detailed content for notification by mail'); |