diff options
Diffstat (limited to 'view/en/htconfig.tpl')
-rw-r--r-- | view/en/htconfig.tpl | 2 |
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. |