Ignore:
Timestamp:
Dec 21, 2004, 12:54:59 AM (19 years ago)
Author:
plg
Message:
  • new feature : lock temporary your gallery for maintenance
  • $user keys for guest user are initialized with default values of $conf
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/install/config.sql

    r651 r653  
    2727INSERT INTO phpwebgallery_config (param,value,comment) VALUES ('show_exif','true','Show EXIF metadata on picture.php if asked by user');
    2828INSERT INTO phpwebgallery_config (param,value,comment) VALUES ('authorize_remembering','true','Authorize users to be remembered, see $conf{remember_me_length}');
     29INSERT INTO phpwebgallery_config (param,value,comment) VALUES ('gallery_locked','false','Lock your gallery temporary for non admin users');
Note: See TracChangeset for help on using the changeset viewer.