Ignore:
Timestamp:
Jan 19, 2007, 3:56:54 AM (17 years ago)
Author:
rvelices
Message:

feature 625: comment anti-spam - protect against some of the spam robots

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/install/config.sql

    r1669 r1737  
    2424INSERT INTO phpwebgallery_config (param,value,comment) VALUES ('login_history','true','keep a history of user logins on your website');
    2525INSERT INTO phpwebgallery_config (param,value,comment) VALUES ('allow_user_registration','true','allow visitors to register?');
     26INSERT INTO phpwebgallery_config (param,value,comment) VALUES ('secret_key', MD5(RAND()), 'a secret key specific to the gallery for internal use');
    2627-- Notification by mail
    2728INSERT 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.