diff options
Diffstat (limited to 'conf/general-example')
-rw-r--r-- | conf/general-example | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/conf/general-example b/conf/general-example index 7e750de96..510557e46 100644 --- a/conf/general-example +++ b/conf/general-example @@ -30,7 +30,6 @@ define('OPTION_BASE_URL', 'http://www.example.org'); # Which country are you operating in? ISO3166-alpha2 code please define('OPTION_COUNTRY', 'GB'); -define('OPTION_TESTING_EMAIL', 'testing@example.com'); define('OPTION_EMAIL_DOMAIN', 'example.org'); define('OPTION_CONTACT_EMAIL', 'team@'.OPTION_EMAIL_DOMAIN); define('OPTION_TEST_EMAIL_PREFIX', null); |