From a35c7c7be53220ddeea8442396be0b4299589088 Mon Sep 17 00:00:00 2001 From: Arun Persaud Date: Thu, 28 Feb 2008 23:01:08 -0800 Subject: BUGFIX: link to wiki wasn't in the config file, added link on the home page * the home page now links to the wiki * the wiki-url is now part of the config file Signed-off-by: Arun Persaud --- config.php_template | 3 +++ 1 file changed, 3 insertions(+) (limited to 'config.php_template') diff --git a/config.php_template b/config.php_template index 0ccd540..29212ca 100644 --- a/config.php_template +++ b/config.php_template @@ -31,6 +31,9 @@ $INDEX = "/index.php"; $HOST = "http://www.example.com"; + /* point this to a Wiki that explains the rules, etc (or use this one)*/ + $WIKI = "http://wiki.nubati.net/index.php?title=EmailDoko"; + /* the default timezone for you domain */ $defaulttimezone = date_default_timezone_get(); ?> \ No newline at end of file -- cgit v1.2.3-18-g5258