diff options
author | friendica <info@friendica.com> | 2012-02-20 18:02:53 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2012-02-20 18:02:53 -0800 |
commit | 1cfff8fdd11e0e67e2bdb7ae85b9caf8106a734b (patch) | |
tree | 830ae57ff2757aa5a7060070645df0a22ef23998 /htconfig.php | |
parent | 2507d09682fda0806b4599e440fe8e32711072f8 (diff) | |
parent | 914169472e063de7d5b3cd5a35f9ce750512c943 (diff) | |
download | volse-hubzilla-1cfff8fdd11e0e67e2bdb7ae85b9caf8106a734b.tar.gz volse-hubzilla-1cfff8fdd11e0e67e2bdb7ae85b9caf8106a734b.tar.bz2 volse-hubzilla-1cfff8fdd11e0e67e2bdb7ae85b9caf8106a734b.zip |
Merge pull request #42 from friendica/ka2ca-rebased
Replaced some ocurrences of 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 |