diff options
author | plegall <plg@piwigo.org> | 2004-12-20 23:54:59 +0000 |
---|---|---|
committer | plegall <plg@piwigo.org> | 2004-12-20 23:54:59 +0000 |
commit | 6409647e1c9e9d13913c9d4b3d882511dc51f52d (patch) | |
tree | 9dbc8276db16c6ed8f0415a380f4ddafa20a8e6a /install/config.sql | |
parent | 82cb16095cd271ba780345cd3a17af7f91e9f45d (diff) |
- new feature : lock temporary your gallery for maintenance
- $user keys for guest user are initialized with default values of $conf
git-svn-id: http://piwigo.org/svn/trunk@653 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-rw-r--r-- | install/config.sql | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/install/config.sql b/install/config.sql index 512a35c1a..0a356516a 100644 --- a/install/config.sql +++ b/install/config.sql @@ -26,3 +26,4 @@ INSERT INTO phpwebgallery_config (param,value,comment) VALUES ('use_exif','true' INSERT INTO phpwebgallery_config (param,value,comment) VALUES ('show_iptc','false','Show IPTC metadata on picture.php if asked by user'); INSERT INTO phpwebgallery_config (param,value,comment) VALUES ('show_exif','true','Show EXIF metadata on picture.php if asked by user'); INSERT INTO phpwebgallery_config (param,value,comment) VALUES ('authorize_remembering','true','Authorize users to be remembered, see $conf{remember_me_length}'); +INSERT INTO phpwebgallery_config (param,value,comment) VALUES ('gallery_locked','false','Lock your gallery temporary for non admin users'); |