mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-08-29 02:01:33 +00:00
Remove option to set covers path in database, it is hardcoded now to resources/covers/
This commit is contained in:
@@ -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