mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-05-24 02:14:21 -04:00
remove fallback to log driver
This commit is contained in:
parent
8ff7f8cbaf
commit
3505c89e2d
@ -69,10 +69,6 @@ class SetupController extends Controller
|
||||
|
||||
$mail_driver = $request->input('mail_driver');
|
||||
|
||||
if (!$this->failsafeMailCheck($request)) {
|
||||
$mail_driver = 'log';
|
||||
}
|
||||
|
||||
$url = $request->input('url');
|
||||
|
||||
if (substr($url, -1) != '/') {
|
||||
|
Loading…
x
Reference in New Issue
Block a user