mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-08-29 09:18:54 +00:00
Fix the settings.php location in scrape.php.
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
<?php
|
||||
require_once dirname(__FILE__) . '/../../../www/config.php';
|
||||
|
||||
if (!is_file(NN_TMUX . 'lib' . DS . 'IRCScraper' .DS . 'settings.php')) {
|
||||
if (!is_file(NN_MISC . 'testing' . DS . 'IRCScraper' .DS . 'settings.php')) {
|
||||
exit('Copy settings_example.php to settings.php and change the settings.' . PHP_EOL);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user