X-Git-Url: https://jfr.im/git/irc/unrealircd/unrealircd-webpanel.git/blobdiff_plain/ea90b321a4b3768028d841b307c362af97a5e6e1..579020f8c67f7bdfd9d530a25b701af6ee53c412:/config/compat.php diff --git a/config/compat.php b/config/compat.php index 54739e2..7543eba 100644 --- a/config/compat.php +++ b/config/compat.php @@ -38,4 +38,10 @@ if (defined('SQL_PASSWORD')) if (defined('SQL_PREFIX')) $config["mysql"]["table_prefix"] = SQL_PREFIX; -// TODO: blacklist thingy and email thingy +/* DNS Blacklist */ +if (defined('DNSBL')) + $config["dnsbl"] = DNSBL; + +/* Mailer */ +if (defined('EMAIL_SETTINGS')) + $config["smtp"] = EMAIL_SETTINGS;