aboutsummaryrefslogtreecommitdiffstats
path: root/install
diff options
context:
space:
mode:
authorredmatrix <git@macgirvin.com>2016-01-27 23:03:05 -0800
committerredmatrix <git@macgirvin.com>2016-01-27 23:03:05 -0800
commit5f1eb18da4d6380b64e83e0eeda6f1037de2fec9 (patch)
tree1f135da64c0935053f468281f8353e8279a18448 /install
parentae3ca2b7df7cd9a9cfc069d43f7b6d6cd7aae387 (diff)
parent9ea904c12d43de10aa452ad687830d5d68f5274c (diff)
downloadvolse-hubzilla-5f1eb18da4d6380b64e83e0eeda6f1037de2fec9.tar.gz
volse-hubzilla-5f1eb18da4d6380b64e83e0eeda6f1037de2fec9.tar.bz2
volse-hubzilla-5f1eb18da4d6380b64e83e0eeda6f1037de2fec9.zip
Merge https://github.com/redmatrix/hubzilla into pending_merge
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";