mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-08-29 01:01:24 +00:00
Move constants.php to bootstrap folder, config folder was a bad place
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
2018-01-08 DariusIII
|
||||
* Chg: Move constants.php to bootstrap folder, config folder was a bad place
|
||||
* Chg: Move constants.php to config folder
|
||||
* Chg: Update simfony components
|
||||
2018-01-05 DariusIII
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
<?php
|
||||
|
||||
require_once dirname(__DIR__).DIRECTORY_SEPARATOR.'vendor'.DIRECTORY_SEPARATOR.'autoload.php';
|
||||
require_once dirname(__DIR__).DIRECTORY_SEPARATOR.'config'.DIRECTORY_SEPARATOR.'constants.php';
|
||||
require_once dirname(__DIR__).DIRECTORY_SEPARATOR.'bootstrap'.DIRECTORY_SEPARATOR.'constants.php';
|
||||
require __DIR__.DIRECTORY_SEPARATOR.'app.php';
|
||||
|
||||
use Dotenv\Dotenv;
|
||||
|
||||
Reference in New Issue
Block a user