diff options
Diffstat (limited to 'htconfig.php')
-rw-r--r-- | htconfig.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/htconfig.php b/htconfig.php index 11719a2c6..6f6e3faf9 100644 --- a/htconfig.php +++ b/htconfig.php @@ -52,6 +52,7 @@ $a->config['php_path'] = 'php'; // Location of global directory submission page. $a->config['system']['directory_submit_url'] = 'http://dir.friendika.com/submit'; +$a->config['system']['directory_search_url'] = 'http://dir.friendika.com/directory?search='; // PuSH - aka pubsubhubbub URL. This makes delivery of public posts as fast as private posts |