2
0
mirror of https://github.com/slawkens/myaac.git synced 2025-05-11 08:29:21 +02:00

Update mailer.php

This commit is contained in:
slawkens 2023-02-16 10:53:15 +01:00
parent 7a49b5dedc
commit 905cce7021

@ -16,7 +16,7 @@ if (!hasFlag(FLAG_CONTENT_MAILER) && !superAdmin()) {
} }
if (!config('mail_enabled')) { if (!config('mail_enabled')) {
echo 'Mail support disabled.'; echo 'Mail support disabled in config.';
return; return;
} }