diff options
author | Paul 'flowerysong' Arthur <flowerysong00@yahoo.com> | 2010-10-09 08:12:53 +0000 |
---|---|---|
committer | Paul 'flowerysong' Arthur <flowerysong00@yahoo.com> | 2010-10-09 08:12:53 +0000 |
commit | fe5f566954e25727be90505da26878123261959c (patch) | |
tree | 733fcae73ac69f16d3178b133d71bb6f6979499d | |
parent | f82f5454f9832303ef5075b73e5017549c3a19ae (diff) | |
download | ampache-fe5f566954e25727be90505da26878123261959c.tar.gz ampache-fe5f566954e25727be90505da26878123261959c.tar.bz2 ampache-fe5f566954e25727be90505da26878123261959c.zip |
Remove duplicated config entries.
-rw-r--r-- | config/ampache.cfg.php.dist | 16 |
1 files changed, 0 insertions, 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" |