mirror of
https://github.com/Piwigo/Piwigo.git
synced 2025-04-27 19:59:56 +03:00
issue #1069 forgot to set new settings at install
This commit is contained in:
parent
32ff00caec
commit
c2040f6243
1 changed files with 2 additions and 0 deletions
|
@ -73,3 +73,5 @@ INSERT INTO piwigo_config (param,value) VALUES ('display_fromto','false');
|
|||
INSERT INTO piwigo_config (param,value) VALUES ('picture_edit_icon','true');
|
||||
INSERT INTO piwigo_config (param,value) VALUES ('picture_caddie_icon','true');
|
||||
INSERT INTO piwigo_config (param,value) VALUES ('picture_representative_icon','true');
|
||||
INSERT INTO piwigo_config (param,value) VALUES ('show_mobile_app_banner_in_admin','true');
|
||||
INSERT INTO piwigo_config (param,value) VALUES ('show_mobile_app_banner_in_gallery','false');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue