mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-08-29 17:28:55 +00:00
First push of autoloading features.
This commit is contained in:
@@ -1,8 +1,7 @@
|
||||
<?php
|
||||
require_once(dirname(__FILE__) . "/../../../bin/config.php");
|
||||
require_once(WWW_DIR . "/lib/framework/db.php");
|
||||
require_once(WWW_DIR . "/lib/ColorCLI.php");
|
||||
require_once(WWW_DIR . "/lib/ConsoleTools.php");
|
||||
|
||||
use newznab\db\DB;
|
||||
|
||||
$pdo = new DB();
|
||||
$consoletools = new \ConsoleTools(['ColorCLI' => $pdo->log]);
|
||||
|
||||
Reference in New Issue
Block a user