This commit is contained in:
the-djmaze 2022-02-14 07:51:06 +01:00
parent 9d8325d5a8
commit b257fac19b

View file

@ -227,7 +227,7 @@ class Utils
return true;
}
}
\SnappyMail\Log::warning("open_basedir restriction in effect. {$name} is not within the allowed path(s): " . \ini_get('open_basedir'));
\SnappyMail\Log::warning('OpenBasedir', "open_basedir restriction in effect. {$name} is not within the allowed path(s): " . \ini_get('open_basedir'));
return false;
}
return true;