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,8 +5,8 @@ require_once 'constants.php';
|
||||
require __DIR__.DIRECTORY_SEPARATOR.'app.php';
|
||||
|
||||
use Dotenv\Dotenv;
|
||||
use nntmux\utility\Utility;
|
||||
use nntmux\config\Configure;
|
||||
use Blacklight\utility\Utility;
|
||||
use Blacklight\config\Configure;
|
||||
|
||||
$dotenv = new Dotenv(dirname(__DIR__, 1));
|
||||
$dotenv->load();
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<?php
|
||||
|
||||
// YOU SHOULD NOT EDIT ANYTHING IN THIS FILE, COPY .../ntmux/config/settings.example.php TO .../nntmux/config/settings.php AND EDIT THAT FILE!
|
||||
// YOU SHOULD NOT EDIT ANYTHING IN THIS FILE, COPY .../ntmux/config/settings.example.php TO .../Blacklight/config/settings.php AND EDIT THAT FILE!
|
||||
|
||||
define('NN_MINIMUM_PHP_VERSION', '7.2.0');
|
||||
define('NN_MINIMUM_MYSQL_VERSION', '5.6');
|
||||
@@ -12,7 +12,7 @@ define('DS', DIRECTORY_SEPARATOR);
|
||||
define('NN_ROOT', realpath(dirname(__DIR__)).DS);
|
||||
|
||||
// Used to refer to the main lib class files.
|
||||
define('NN_LIB', NN_ROOT.'nntmux'.DS);
|
||||
define('NN_LIB', NN_ROOT.'Blacklight'.DS);
|
||||
define('NN_CORE', NN_LIB);
|
||||
|
||||
define('NN_CONFIGS', NN_CORE.'config'.DS);
|
||||
|
||||
Reference in New Issue
Block a user