mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-08-29 09:18:54 +00:00
Upgrade nntmux configuration method
This commit is contained in:
@@ -93,7 +93,7 @@ class PostProcess
|
||||
$options += $defaults;
|
||||
|
||||
// Various.
|
||||
$this->echooutput = ($options['Echo'] && env('echocli', true));
|
||||
$this->echooutput = ($options['Echo'] && config('nntmux.echocli'));
|
||||
|
||||
// Class instances.
|
||||
$this->pdo = (($options['Settings'] instanceof DB) ? $options['Settings'] : new DB());
|
||||
|
||||
Reference in New Issue
Block a user