diff options
author | Friendika <info@friendika.com> | 2010-11-02 21:25:59 -0700 |
---|---|---|
committer | Friendika <info@friendika.com> | 2010-11-02 21:25:59 -0700 |
commit | 07b78e9d1cc3785f41a76c2806efb871978927a3 (patch) | |
tree | f3bf14448f0d37454f2515cd800226c050b132fc /htconfig.php | |
parent | 2a23a7e8405cde73ad95e1c0103fe49df3a883f9 (diff) | |
download | volse-hubzilla-07b78e9d1cc3785f41a76c2806efb871978927a3.tar.gz volse-hubzilla-07b78e9d1cc3785f41a76c2806efb871978927a3.tar.bz2 volse-hubzilla-07b78e9d1cc3785f41a76c2806efb871978927a3.zip |
more branding
Diffstat (limited to 'htconfig.php')
-rw-r--r-- | htconfig.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/htconfig.php b/htconfig.php index c849b3416..36c685f7c 100644 --- a/htconfig.php +++ b/htconfig.php @@ -47,7 +47,7 @@ $a->config['php_path'] = 'php'; // You shouldn't need to change anything else. // Location of global directory submission page. -$a->config['system']['directory_submit_url'] = 'http://dir.dfrn.org/submit'; +$a->config['system']['directory_submit_url'] = 'http://dir.friendika.com/submit'; // PuSH - aka pubsubhubbub URL. This makes delivery of public posts as fast as private posts |