aboutsummaryrefslogtreecommitdiffstats
path: root/view
diff options
context:
space:
mode:
authorzotlabs <mike@macgirvin.com>2016-10-30 12:34:00 -0700
committerzotlabs <mike@macgirvin.com>2016-10-30 12:34:00 -0700
commit581ef6e18d65804daf40d2c516b031801662eacd (patch)
tree7d28393f599bc6503b17bf2decd0abf3e6997139 /view
parent321a32050b0bbf1478e4152fa1479d6486230721 (diff)
downloadvolse-hubzilla-581ef6e18d65804daf40d2c516b031801662eacd.tar.gz
volse-hubzilla-581ef6e18d65804daf40d2c516b031801662eacd.tar.bz2
volse-hubzilla-581ef6e18d65804daf40d2c516b031801662eacd.zip
string update
Diffstat (limited to 'view')
-rw-r--r--view/en/htconfig.tpl4
1 files changed, 2 insertions, 2 deletions
diff --git a/view/en/htconfig.tpl b/view/en/htconfig.tpl
index a198144ed..042c89797 100644
--- a/view/en/htconfig.tpl
+++ b/view/en/htconfig.tpl
@@ -28,7 +28,7 @@ $db_type = '{{$dbtype}}'; // an integer. 0 or unset for mysql, 1 for postgres
App::$config['system']['timezone'] = '{{$timezone}}';
-// What is your site name? DO NOT ADD A TRAILING SLASH!
+// What is your site url? DO NOT ADD A TRAILING SLASH!
App::$config['system']['baseurl'] = '{{$siteurl}}';
App::$config['system']['sitename'] = "Hubzilla";
@@ -110,7 +110,7 @@ App::$config['system']['theme'] = 'redbasic';
// PHP error logging setup
// Before doing this ensure that the webserver has permission
-// to create and write to php.out in the top level Red directory,
+// to create and write to php.out in the top level web directory,
// or change the name (below) to a file/path where this is allowed.
// Uncomment the following 4 lines to turn on PHP error logging.