aboutsummaryrefslogtreecommitdiffstats
path: root/view/en/htconfig.tpl
diff options
context:
space:
mode:
authorFriendika <info@friendika.com>2010-12-02 17:31:48 -0800
committerFriendika <info@friendika.com>2010-12-02 17:31:48 -0800
commit2ef6ad80a4f7374e0488b8b10b8139e3392f81ff (patch)
treef66c18e83e09044e276bb256e061e361e6c6781f /view/en/htconfig.tpl
parente818170c9fc4bf5c5cf11c83693e5d9a3f00260d (diff)
downloadvolse-hubzilla-2ef6ad80a4f7374e0488b8b10b8139e3392f81ff.tar.gz
volse-hubzilla-2ef6ad80a4f7374e0488b8b10b8139e3392f81ff.tar.bz2
volse-hubzilla-2ef6ad80a4f7374e0488b8b10b8139e3392f81ff.zip
fix installation into subdir of domain
Diffstat (limited to 'view/en/htconfig.tpl')
-rw-r--r--view/en/htconfig.tpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/view/en/htconfig.tpl b/view/en/htconfig.tpl
index 6e58d593b..fda38b33a 100644
--- a/view/en/htconfig.tpl
+++ b/view/en/htconfig.tpl
@@ -13,7 +13,7 @@ $db_data = '$dbdata';
// For instance if your URL is 'http://example.com/directory/subdirectory',
// set $a->path to 'directory/subdirectory'.
-$a->path = '';
+$a->path = '$urlpath';
// Choose a legal default timezone. If you are unsure, use "America/Los_Angeles".
// It can be changed later and only applies to timestamps for anonymous viewers.