aboutsummaryrefslogtreecommitdiffstats
path: root/install/htconfig.sample.php
diff options
context:
space:
mode:
authorJeroen van Riet Paap <jeroenpraat@xs4all.nl>2016-01-27 23:40:33 +0100
committerJeroen van Riet Paap <jeroenpraat@xs4all.nl>2016-01-27 23:40:33 +0100
commit08fbe176276b8f92aec4490d5b0f03a5a4e4fa7c (patch)
tree9ddfb3cbfa4a813cce099c0d156bd76a4161e544 /install/htconfig.sample.php
parent722d7ff38d5bbf49a7c990d9219998c2c8a5b58f (diff)
downloadvolse-hubzilla-08fbe176276b8f92aec4490d5b0f03a5a4e4fa7c.tar.gz
volse-hubzilla-08fbe176276b8f92aec4490d5b0f03a5a4e4fa7c.tar.bz2
volse-hubzilla-08fbe176276b8f92aec4490d5b0f03a5a4e4fa7c.zip
no trailing slash
it will break your system
Diffstat (limited to 'install/htconfig.sample.php')
-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";