X-Git-Url: https://jfr.im/git/irc/unrealircd/unrealircd-webpanel.git/blobdiff_plain/c51d17f481062157bfb2b738cb67c2d573ba2d33..d5ffb4bb26cc3910c5e4da8de0f6ed8e64a273fa:/config/compat.php diff --git a/config/compat.php b/config/compat.php index a0b34db..7543eba 100644 --- a/config/compat.php +++ b/config/compat.php @@ -38,6 +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;