no trailing slash

This commit is contained in:
Jeroen van Riet Paap 2016-01-27 23:48:14 +01:00
parent 08fbe17627
commit 9a4cbc05a6

View File

@ -28,7 +28,7 @@ $db_type = '{{$dbtype}}'; // an integer. 0 or unset for mysql, 1 for postgres
$default_timezone = '{{$timezone}}';
// What is your site name?
// What is your site name? DO NOT ADD A TRAILING SLASH!
$a->config['system']['baseurl'] = '{{$siteurl}}';
$a->config['system']['sitename'] = "Hubzilla";