diff options
author | Abinoam P. Marques Jr <abinoam@gmail.com> | 2012-02-19 16:11:18 -0300 |
---|---|---|
committer | Abinoam P. Marques Jr <abinoam@gmail.com> | 2012-02-20 19:47:44 -0300 |
commit | d89a0449d0eeb6bca8ca5c43d6f3cc302d1030fc (patch) | |
tree | aa6871794fe94777665099aac9613e3af04741d1 /htconfig.php | |
parent | 9b2171ecee362ca46cd7207c1eb4d01589542083 (diff) | |
download | volse-hubzilla-d89a0449d0eeb6bca8ca5c43d6f3cc302d1030fc.tar.gz volse-hubzilla-d89a0449d0eeb6bca8ca5c43d6f3cc302d1030fc.tar.bz2 volse-hubzilla-d89a0449d0eeb6bca8ca5c43d6f3cc302d1030fc.zip |
htconfig.tpl - Friendika -> Friendica
Diffstat (limited to 'htconfig.php')
-rwxr-xr-x | htconfig.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/htconfig.php b/htconfig.php index 4698e9a94..cb6e7b784 100755 --- a/htconfig.php +++ b/htconfig.php @@ -23,7 +23,7 @@ $default_timezone = 'America/Los_Angeles'; // What is your site name? -$a->config['sitename'] = "Friendika Social Network"; +$a->config['sitename'] = "Friendica Social Network"; // Your choices are REGISTER_OPEN, REGISTER_APPROVE, or REGISTER_CLOSED. // Be certain to create your own personal account before setting |