diff options
author | Arun Persaud <arun@nubati.net> | 2008-02-28 23:01:08 -0800 |
---|---|---|
committer | Arun Persaud <arun@nubati.net> | 2008-02-28 23:07:46 -0800 |
commit | a35c7c7be53220ddeea8442396be0b4299589088 (patch) | |
tree | 4e781a76364447ab30ff1e605f687654a9ca353a /config.php_template | |
parent | a5274cbae84c49977d6d1195d8c4e7a3d96391a1 (diff) | |
download | e-DoKo-a35c7c7be53220ddeea8442396be0b4299589088.tar.gz e-DoKo-a35c7c7be53220ddeea8442396be0b4299589088.tar.bz2 e-DoKo-a35c7c7be53220ddeea8442396be0b4299589088.zip |
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 <arun@nubati.net>
Diffstat (limited to 'config.php_template')
-rw-r--r-- | config.php_template | 3 |
1 files changed, 3 insertions, 0 deletions
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 |