Ignore:
Timestamp:
Dec 13, 2006, 2:05:38 AM (17 years ago)
Author:
rvelices
Message:
  • feature 599: option to forbid user registration
  • 1 language cleanup
  • added page_forbidden function (sends 403)
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/install/config.sql

    r1617 r1652  
    2323INSERT INTO phpwebgallery_config (param,value,comment) VALUES ('history_guest','true','keep a history of guest visits on your website');
    2424INSERT INTO phpwebgallery_config (param,value,comment) VALUES ('login_history','true','keep a history of user logins on your website');
     25INSERT INTO phpwebgallery_config (param,value,comment) VALUES ('allow_user_registration','true','allow visitors to register?');
    2526-- Notification by mail
    2627INSERT INTO phpwebgallery_config (param,value,comment) VALUES ('nbm_send_mail_as','','Send mail as param value for notification by mail');
Note: See TracChangeset for help on using the changeset viewer.