Rename nntmux namespace and folder to Blacklight

This commit is contained in:
DariusIII
2018-02-14 23:08:17 +01:00
parent dafbf4e3e8
commit 314e601e44
272 changed files with 1037 additions and 693 deletions
+2 -2
View File
@@ -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();
+2 -2
View File
@@ -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);