From 64f953012ebda0912a4e92ff3301f09957019477 Mon Sep 17 00:00:00 2001 From: Arun Persaud Date: Thu, 1 May 2008 20:15:35 -0700 Subject: 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 --- config.php_template | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'config.php_template') 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"; -- cgit v1.2.3-18-g5258