diff options
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 |