diff options
author | friendica <info@friendica.com> | 2012-02-20 18:07:16 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2012-02-20 18:07:16 -0800 |
commit | 6edd6d8ae1e3a6b64fa11ae6a4cc79965084b0d7 (patch) | |
tree | 4e3561b4f5e457d4420a232e0a233b6688d7745a /view/de/htconfig.tpl | |
parent | 11871195be019bb05c7c41dbb4a980fffce41697 (diff) | |
parent | 1cfff8fdd11e0e67e2bdb7ae85b9caf8106a734b (diff) | |
download | volse-hubzilla-6edd6d8ae1e3a6b64fa11ae6a4cc79965084b0d7.tar.gz volse-hubzilla-6edd6d8ae1e3a6b64fa11ae6a4cc79965084b0d7.tar.bz2 volse-hubzilla-6edd6d8ae1e3a6b64fa11ae6a4cc79965084b0d7.zip |
Merge branch 'pull'
Diffstat (limited to 'view/de/htconfig.tpl')
-rwxr-xr-x | view/de/htconfig.tpl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/view/de/htconfig.tpl b/view/de/htconfig.tpl index c535cefa6..76709ea75 100755 --- a/view/de/htconfig.tpl +++ b/view/de/htconfig.tpl @@ -49,8 +49,8 @@ $a->config['php_path'] = '$phpath'; // 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='; +$a->config['system']['directory_submit_url'] = 'http://dir.friendica.com/submit'; +$a->config['system']['directory_search_url'] = 'http://dir.friendica.com/directory?search='; // PuSH - aka pubsubhubbub URL. This makes delivery of public posts as fast as private posts |