diff options
author | friendica <info@friendica.com> | 2012-10-18 18:34:38 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2012-10-18 18:34:38 -0700 |
commit | f685b676567e990a1105100230a2cf1ba6d55ee9 (patch) | |
tree | 90bc2f36d3425a4834468782111c33a9c09dfe5b /view/en | |
parent | 2cd999490406f3a1db3995a894768cf08f2cc0fd (diff) | |
download | volse-hubzilla-f685b676567e990a1105100230a2cf1ba6d55ee9.tar.gz volse-hubzilla-f685b676567e990a1105100230a2cf1ba6d55ee9.tar.bz2 volse-hubzilla-f685b676567e990a1105100230a2cf1ba6d55ee9.zip |
new install settings
Diffstat (limited to 'view/en')
-rw-r--r-- | view/en/htconfig.tpl | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/view/en/htconfig.tpl b/view/en/htconfig.tpl index cfb7cb24d..a8323f55a 100644 --- a/view/en/htconfig.tpl +++ b/view/en/htconfig.tpl @@ -15,7 +15,9 @@ $default_timezone = '$timezone'; // What is your site name? +$a->config['system']['baseurl'] = '$siteurl'; $a->config['system']['sitename'] = "My Friend Network"; +$a->config['system']['location_hash'] = '$site_id'; // Your choices are REGISTER_OPEN, REGISTER_APPROVE, or REGISTER_CLOSED. // Be certain to create your own personal account before setting |