From ad48a970a52fc44b65176b951a15b9846a290bab Mon Sep 17 00:00:00 2001 From: Arun Persaud Date: Mon, 17 Dec 2007 10:17:50 +0100 Subject: 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. --- INSTALL | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'INSTALL') 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: -- cgit v1.2.3-18-g5258