summaryrefslogtreecommitdiffstats
path: root/config.php_template
diff options
context:
space:
mode:
authorArun Persaud <arun@nubati.net>2010-02-02 22:37:27 -0800
committerArun Persaud <arun@nubati.net>2010-02-04 22:17:09 -0800
commitb76cddb9313d8a67e5d7e1830503b5775666238f (patch)
tree29a1b79a6f0578c804318a9cf741ab51538940a6 /config.php_template
parent3b407a98fe0243cef87fdd64aeb4f567cca41f40 (diff)
downloade-DoKo-b76cddb9313d8a67e5d7e1830503b5775666238f.tar.gz
e-DoKo-b76cddb9313d8a67e5d7e1830503b5775666238f.tar.bz2
e-DoKo-b76cddb9313d8a67e5d7e1830503b5775666238f.zip
NEW FEATURE: provide an RSS feed for each user showing in which games it's his turn
the feed shows the same as the "It's your turn in these games" box.
Diffstat (limited to 'config.php_template')
-rw-r--r--config.php_template2
1 files changed, 2 insertions, 0 deletions
diff --git a/config.php_template b/config.php_template
index 93e951c..a3e9e54 100644
--- a/config.php_template
+++ b/config.php_template
@@ -33,6 +33,8 @@
*/
$INDEX = "/index.php";
$HOST = "http://www.example.com";
+ $STATS = "/stats.php";
+ $RSS = "/rss.php";
/* point this to a Wiki that explains the rules, etc (or use this one)*/
$WIKI = "http://wiki.nubati.net/index.php?title=EmailDoko";