mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-08-29 01:08:56 +00:00
Update value fetching and autoloading
This commit is contained in:
@@ -3,6 +3,7 @@
|
||||
require_once dirname(__DIR__).DIRECTORY_SEPARATOR.'nntmux'.DIRECTORY_SEPARATOR.'constants.php';
|
||||
require_once dirname(__DIR__).DIRECTORY_SEPARATOR.'nntmux'.DIRECTORY_SEPARATOR.'bootstrap.php';
|
||||
require_once dirname(__DIR__).DIRECTORY_SEPARATOR.'config'.DIRECTORY_SEPARATOR.'nntmux.php';
|
||||
require_once dirname(__DIR__).DIRECTORY_SEPARATOR.'vendor'.DIRECTORY_SEPARATOR.'autoload.php';
|
||||
require_once __DIR__.DIRECTORY_SEPARATOR.'yenc.php';
|
||||
require __DIR__.DIRECTORY_SEPARATOR.'app.php';
|
||||
|
||||
@@ -20,6 +21,4 @@ if (! defined('NN_ROOT')) {
|
||||
define('NN_ROOT', dirname(NN_APP_PATH, 2));
|
||||
}
|
||||
|
||||
require_once NN_ROOT.DS.'vendor'.DS.'autoload.php';
|
||||
|
||||
$app->make(Kernel::class)->bootstrap();
|
||||
|
||||
Reference in New Issue
Block a user