diff options
author | Arun Persaud <arun@nubati.net> | 2010-02-04 22:23:38 -0800 |
---|---|---|
committer | Arun Persaud <arun@nubati.net> | 2010-02-04 22:23:38 -0800 |
commit | f2217bfa18ba8a8ab17dd188b38777460ae0590d (patch) | |
tree | 141fa327006ab683b01bfe6b0d1b61ca11b322e9 /config.php_template | |
parent | 2070b0fcc3a069ff88267b740317cca7363c4bb0 (diff) | |
parent | b76cddb9313d8a67e5d7e1830503b5775666238f (diff) | |
download | e-DoKo-f2217bfa18ba8a8ab17dd188b38777460ae0590d.tar.gz e-DoKo-f2217bfa18ba8a8ab17dd188b38777460ae0590d.tar.bz2 e-DoKo-f2217bfa18ba8a8ab17dd188b38777460ae0590d.zip |
Merge branch 'master' of /home/arun/nubati.net/git/e-DoKo
Diffstat (limited to 'config.php_template')
-rw-r--r-- | config.php_template | 2 |
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"; |