diff options
Diffstat (limited to 'install/config.sql')
-rw-r--r-- | install/config.sql | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/install/config.sql b/install/config.sql index 3933fd658..399b3fe8e 100644 --- a/install/config.sql +++ b/install/config.sql @@ -30,4 +30,3 @@ INSERT INTO phpwebgallery_config (param,value,comment) VALUES ('nbm_complementar 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'); -INSERT INTO phpwebgallery_config (param,value,comment) VALUES ('ws_status','true','Web Service is active/inactive'); |