Fix the settings.php location in scrape.php.

This commit is contained in:
Darko
2015-08-03 13:52:09 +02:00
parent 6b7a9f4dfe
commit e5ac7a6ddd
+1 -1
View File
@@ -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);
}