diff options
Diffstat (limited to 'data')
| -rw-r--r-- | data/config.php.dist | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/data/config.php.dist b/data/config.php.dist index 4c6a14f..7eb8ccf 100644 --- a/data/config.php.dist +++ b/data/config.php.dist @@ -4,6 +4,14 @@ $GLOBALS['phinde'] = array( 'domains' => array( 'www.example.org', 'test.example.org' - ) + ), + //list of URL beginnings that should be ignored + 'blacklist' => array( + 'http://bad.example.org/' + ), + //list of URLs that should be subscribed to with PubSubHubbub + 'subscriptions' => array( + 'http://www.example.org/feed', + ), ); ?>
\ No newline at end of file |
