From 4f079dd1a18c58aff1250fbfa785e72a14f49a76 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Sun, 24 Dec 2023 09:22:50 +0100 Subject: [PATCH] Update ampache.cfg.php --- conf/ampache.cfg.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/conf/ampache.cfg.php b/conf/ampache.cfg.php index 2aa6e62..fe00253 100644 --- a/conf/ampache.cfg.php +++ b/conf/ampache.cfg.php @@ -832,7 +832,7 @@ show_footer_statistics = "true" ; (latest albums, shouts, albums of artist, ...) ; use_rss = false (values true | false) ; DEFAULT: "false" -;use_rss = "true" +use_rss = "true" ; This setting allows themes to overwrite PHP template files. This can be really ; dangerous. Do this only if you trust every theme in your themes/ directory. @@ -1353,7 +1353,7 @@ mail_port = 25 ; Secure SMTP ; POSSIBLE VALUES: ssl tls ; DEFAULT: none -mail_secure_smtp = tls +;mail_secure_smtp = tls ; Enable SMTP authentication ; DEFAULT: "false"