From 2ef6ad80a4f7374e0488b8b10b8139e3392f81ff Mon Sep 17 00:00:00 2001
From: Friendika
Date: Thu, 2 Dec 2010 17:31:48 -0800
Subject: fix installation into subdir of domain
---
view/en/htconfig.tpl | 2 +-
view/en/install_db.tpl | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
(limited to 'view/en')
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.
diff --git a/view/en/install_db.tpl b/view/en/install_db.tpl
index d5f28828e..c413689c2 100644
--- a/view/en/install_db.tpl
+++ b/view/en/install_db.tpl
@@ -6,7 +6,7 @@
In order to install Friendika we need to know how to contact your database. Please contact your hosting provider or site administrator if you have questions about these settings. The database you specify below must already exist. If it does not, please create it before continuing.
-