aboutsummaryrefslogtreecommitdiffstats
path: root/install
diff options
context:
space:
mode:
authorHaakon Meland Eriksen <haakon.eriksen@far.no>2016-01-28 06:24:47 +0100
committerHaakon Meland Eriksen <haakon.eriksen@far.no>2016-01-28 06:24:47 +0100
commitd49c5b3d8e4f430bf72ed4e1ded2e1d08c10fd29 (patch)
tree3e9ad7ad58a3fcd66c14a4f4275a56725b77a7f2 /install
parentc766cf9565129b762998e709f5ee7c3eb14cffca (diff)
parent9ea904c12d43de10aa452ad687830d5d68f5274c (diff)
downloadvolse-hubzilla-d49c5b3d8e4f430bf72ed4e1ded2e1d08c10fd29.tar.gz
volse-hubzilla-d49c5b3d8e4f430bf72ed4e1ded2e1d08c10fd29.tar.bz2
volse-hubzilla-d49c5b3d8e4f430bf72ed4e1ded2e1d08c10fd29.zip
Merge remote-tracking branch 'upstream/master'
Diffstat (limited to 'install')
-rwxr-xr-xinstall/htconfig.sample.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/install/htconfig.sample.php b/install/htconfig.sample.php
index 794afa93b..df39bc9ad 100755
--- a/install/htconfig.sample.php
+++ b/install/htconfig.sample.php
@@ -37,7 +37,7 @@ $db_type = 0; // use 1 for postgres, 0 for mysql
$default_timezone = 'America/Los_Angeles';
-// What is your site name?
+// What is your site name? DO NOT ADD A TRAILING SLASH!
$a->config['system']['baseurl'] = 'https://myredsite.example';
$a->config['system']['sitename'] = "Hubzilla";