summaryrefslogtreecommitdiffstats
path: root/INSTALL
diff options
context:
space:
mode:
authorArun Persaud <arun@nubati.net>2007-12-17 10:17:50 +0100
committerArun Persaud <arun@nubati.net>2007-12-17 10:17:50 +0100
commitad48a970a52fc44b65176b951a15b9846a290bab (patch)
tree8153c3fafe6a26e19dbeac9f96fb711bde767d5d /INSTALL
parente7e64b1ada481710704c16bfb8ee4a7c337dc8f1 (diff)
downloade-DoKo-ad48a970a52fc44b65176b951a15b9846a290bab.tar.gz
e-DoKo-ad48a970a52fc44b65176b951a15b9846a290bab.tar.bz2
e-DoKo-ad48a970a52fc44b65176b951a15b9846a290bab.zip
BUGFIX: use of local web links now possible
before I used a lot of http:// requests although the files were in the same domain, now local links with absolute paths are used.
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL4
1 files changed, 3 insertions, 1 deletions
diff --git a/INSTALL b/INSTALL
index a30d26c..86b65d4 100644
--- a/INSTALL
+++ b/INSTALL
@@ -23,7 +23,9 @@ Installation
Copy config.php_template to config.php and edit it. These variables need to be set:
- $host: for example "http://localhost/index.php", note: include the index.php here
+ $HOST: for example "http://localhost"
+ $INDEX: the absolute web path to your index.php file e.g. "/mypath/index.php"
+ $STATS: the absolute web path to your stats.php file e.g. "/mypath/stast.php"
database info: