diff options
Diffstat (limited to 'htconfig.php')
-rw-r--r-- | htconfig.php | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/htconfig.php b/htconfig.php index 0deeaa5ab..c849b3416 100644 --- a/htconfig.php +++ b/htconfig.php @@ -23,7 +23,7 @@ $default_timezone = 'America/Los_Angeles'; // What is your site name? -$a->config['sitename'] = "Mistpark Social Network"; +$a->config['sitename'] = "Friendika Social Network"; // Your choices are REGISTER_OPEN, REGISTER_APPROVE, or REGISTER_CLOSED. // Be certain to create your own personal account before setting @@ -53,7 +53,3 @@ $a->config['system']['directory_submit_url'] = 'http://dir.dfrn.org/submit'; $a->config['system']['huburl'] = 'http://pubsubhubbub.appspot.com'; -// Please see "http://github.com/macgirvin/mistpark/wiki/Hidden-Features-Settings" -// for additional settings and options - - |