diff options
Diffstat (limited to '')
-rw-r--r-- | install/config.sql | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/install/config.sql b/install/config.sql index 150acb124..53753a8d4 100644 --- a/install/config.sql +++ b/install/config.sql @@ -29,4 +29,5 @@ INSERT INTO phpwebgallery_config (param,value,comment) VALUES ('nbm_send_detaile INSERT INTO phpwebgallery_config (param,value,comment) VALUES ('nbm_complementary_mail_content','','Complementary mail content for notification by mail'); INSERT INTO phpwebgallery_config (param,value,comment) VALUES ('email_admin_on_new_user','false','Send an email to the admin when a user registers'); INSERT INTO phpwebgallery_config (param,value,comment) VALUES ('email_admin_on_comment','false','Send an email to the admin when a valid comment is entered'); -INSERT INTO phpwebgallery_config (param,value,comment) VALUES ('email_admin_on_comment_validation','false','Send an email to the admin when a comment requires validation');
\ No newline at end of file +INSERT INTO phpwebgallery_config (param,value,comment) VALUES ('email_admin_on_comment_validation','false','Send an email to the admin when a comment requires validation'); +INSERT INTO phpwebgallery_config (param,value,comment) VALUES ('ws_status','true','Web Service is active/inactive'); |