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:
@@ -4,9 +4,9 @@
|
||||
*/
|
||||
require_once dirname(__DIR__, 2).DIRECTORY_SEPARATOR.'bootstrap/autoload.php';
|
||||
|
||||
use nntmux\db\DB;
|
||||
use nntmux\ColorCLI;
|
||||
use nntmux\db\populate\AniDB;
|
||||
use Blacklight\db\DB;
|
||||
use Blacklight\ColorCLI;
|
||||
use Blacklight\db\populate\AniDB;
|
||||
|
||||
$pdo = new DB();
|
||||
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
|
||||
require_once dirname(__DIR__, 2).DIRECTORY_SEPARATOR.'bootstrap/autoload.php';
|
||||
|
||||
use nntmux\Steam;
|
||||
use Blacklight\Steam;
|
||||
|
||||
$steam = new Steam();
|
||||
|
||||
|
||||
@@ -24,9 +24,9 @@
|
||||
*/
|
||||
require_once dirname(__DIR__, 2).DIRECTORY_SEPARATOR.'bootstrap/autoload.php';
|
||||
|
||||
use nntmux\ColorCLI;
|
||||
use nntmux\db\PreDb;
|
||||
use nntmux\utility\Utility;
|
||||
use Blacklight\ColorCLI;
|
||||
use Blacklight\db\PreDb;
|
||||
use Blacklight\utility\Utility;
|
||||
|
||||
if (! Utility::isWin()) {
|
||||
$canExeRead = Utility::canExecuteRead(NN_RES);
|
||||
|
||||
Reference in New Issue
Block a user