mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-09-03 11:49:03 +00:00
Fisrt batch of changes from site to settings.
This commit is contained in:
@@ -2,11 +2,11 @@
|
||||
|
||||
require_once(dirname(__FILE__) . '/config.php');
|
||||
|
||||
use newznab\db\DB;
|
||||
use newznab\db\Settings;
|
||||
|
||||
|
||||
$start = TIME();
|
||||
$pdo = new DB();
|
||||
$pdo = new Settings();
|
||||
$consoleTools = new \ConsoleTools(['ColorCLI' => $pdo->log]);
|
||||
|
||||
// Create the connection here and pass
|
||||
|
||||
Reference in New Issue
Block a user