summaryrefslogtreecommitdiffstats
path: root/config.php_template
diff options
context:
space:
mode:
authorArun Persaud <arun@nubati.net>2008-05-01 20:15:35 -0700
committerArun Persaud <arun@nubati.net>2008-05-01 20:22:08 -0700
commit64f953012ebda0912a4e92ff3301f09957019477 (patch)
tree5bb859db378c58565331d557b9a503c7fc09c4ac /config.php_template
parent5aa7d5dd2d0b487188fef191c6e5ef38f13e38f7 (diff)
downloade-DoKo-64f953012ebda0912a4e92ff3301f09957019477.tar.gz
e-DoKo-64f953012ebda0912a4e92ff3301f09957019477.tar.bz2
e-DoKo-64f953012ebda0912a4e92ff3301f09957019477.zip
CLEANUP: moved the statistics page into the include directory
added action=stats and moved the stats.php page to the include directory. Now we have a nice small index.php. Also moved the session_start in front of the includes, since it gave me an error on the mac otherwise?! Signed-off-by: Arun Persaud <arun@nubati.net>
Diffstat (limited to 'config.php_template')
-rw-r--r--config.php_template5
1 files changed, 4 insertions, 1 deletions
diff --git a/config.php_template b/config.php_template
index 29212ca..50f731a 100644
--- a/config.php_template
+++ b/config.php_template
@@ -27,7 +27,10 @@
/* used as the reply email in each email */
$EMAIL_REPLY="";
- /* this should point to your index.file and to your domain*/
+ /* this should point to your index.file and to your domain.
+ * The HOST variable is also used to test, if files are called
+ * from within e-DoKo, so it needs to be set.
+ */
$INDEX = "/index.php";
$HOST = "http://www.example.com";