diff options
author | Jeroen van Riet Paap <jeroenpraat@xs4all.nl> | 2016-01-27 23:40:33 +0100 |
---|---|---|
committer | Jeroen van Riet Paap <jeroenpraat@xs4all.nl> | 2016-01-27 23:40:33 +0100 |
commit | 08fbe176276b8f92aec4490d5b0f03a5a4e4fa7c (patch) | |
tree | 9ddfb3cbfa4a813cce099c0d156bd76a4161e544 | |
parent | 722d7ff38d5bbf49a7c990d9219998c2c8a5b58f (diff) | |
download | volse-hubzilla-08fbe176276b8f92aec4490d5b0f03a5a4e4fa7c.tar.gz volse-hubzilla-08fbe176276b8f92aec4490d5b0f03a5a4e4fa7c.tar.bz2 volse-hubzilla-08fbe176276b8f92aec4490d5b0f03a5a4e4fa7c.zip |
no trailing slash
it will break your system
-rwxr-xr-x | install/htconfig.sample.php | 2 |
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"; |