diff options
author | Friendika <info@friendika.com> | 2010-12-11 04:41:51 -0800 |
---|---|---|
committer | Friendika <info@friendika.com> | 2010-12-11 04:41:51 -0800 |
commit | a50343830f87966b5857be295633d8dff576931a (patch) | |
tree | dbe956c31285682bc620ccb7c5f03f2e3785c6e7 /htconfig.php | |
parent | 6b5a83b9b8c3c4fe0e58c92994c3a53e8f3cb175 (diff) | |
download | volse-hubzilla-a50343830f87966b5857be295633d8dff576931a.tar.gz volse-hubzilla-a50343830f87966b5857be295633d8dff576931a.tar.bz2 volse-hubzilla-a50343830f87966b5857be295633d8dff576931a.zip |
preparing for the future
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 |