mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-08-29 01:08:56 +00:00
Rename nntmux namespace and folder to Blacklight
This commit is contained in:
@@ -5,12 +5,12 @@
|
||||
// --------------------------------------------------------------
|
||||
require_once dirname(__DIR__, 3).DIRECTORY_SEPARATOR.'bootstrap/autoload.php';
|
||||
|
||||
use nntmux\NZB;
|
||||
use nntmux\db\DB;
|
||||
use nntmux\Releases;
|
||||
use nntmux\ConsoleTools;
|
||||
use nntmux\ReleaseImage;
|
||||
use nntmux\utility\Utility;
|
||||
use Blacklight\NZB;
|
||||
use Blacklight\db\DB;
|
||||
use Blacklight\Releases;
|
||||
use Blacklight\ConsoleTools;
|
||||
use Blacklight\ReleaseImage;
|
||||
use Blacklight\utility\Utility;
|
||||
|
||||
$pdo = new DB();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user