mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-08-28 17:01:16 +00:00
Start replacing constants with laravel equivalents
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
2020-03-29 DariusIII
|
||||
* Chg: Start replacing constants with laravel equivalents
|
||||
2020-03-01 DariusIII
|
||||
* Chg: Move all third party api keys from database to .env file
|
||||
2020-02-27 DariusIII
|
||||
|
||||
@@ -26,9 +26,9 @@ try {
|
||||
echo $e;
|
||||
}
|
||||
|
||||
$runVar['paths']['misc'] = NN_MISC;
|
||||
$runVar['paths']['cli'] = NN_ROOT.'cli/';
|
||||
$runVar['paths']['scraper'] = NN_MISC.'IRCScraper'.DS.'scrape.php';
|
||||
$runVar['paths']['misc'] = base_path().'/misc/';
|
||||
$runVar['paths']['cli'] = base_path().'/cli/';
|
||||
$runVar['paths']['scraper'] = base_path().'/misc/IRCScraper/scrape.php';
|
||||
|
||||
$db_name = config('nntmux.db_name');
|
||||
|
||||
|
||||
Reference in New Issue
Block a user