From fe5f566954e25727be90505da26878123261959c Mon Sep 17 00:00:00 2001 From: Paul 'flowerysong' Arthur Date: Sat, 9 Oct 2010 08:12:53 +0000 Subject: Remove duplicated config entries. --- config/ampache.cfg.php.dist | 16 ---------------- 1 file changed, 16 deletions(-) diff --git a/config/ampache.cfg.php.dist b/config/ampache.cfg.php.dist index deed6b27..3c76d0ab 100644 --- a/config/ampache.cfg.php.dist +++ b/config/ampache.cfg.php.dist @@ -462,22 +462,6 @@ refresh_limit = "60" ; DEFAULT: false ;captcha_public_reg = "false" -; This setting defines the mail domain you're in. -; DEFAULT: example.com -;mail_domain = "example.com" - -; This setting will be used as the user part of the mail address for notifications. -; For example, setting this to 'me' will set the sender to 'me@example.com'. -; DEFAULT: info -;mail_user = "info" - -; This setting affects how strictly candidate email addresses are checked. -; You can select "strict" or "easy" or "none". -; "easy" does a regex match, "strict" actually performs some SMTP transactions to see if -; we can send to this address. -; DEFAULT: strict -;mail_check = "strict" - ; This setting turns on/off admin notification of registration. ; DEFAULT: false ;admin_notify_reg = "false" -- cgit