summaryrefslogtreecommitdiffstats
path: root/config.php_template
AgeCommit message (Collapse)AuthorFilesLines
2014-01-05updated copyright to 2014Arun Persaud1-1/+1
2013-01-12updated copyright for 2013Arun Persaud1-1/+1
2010-02-06added copyright notice and GPL referenceArun Persaud1-0/+18
2010-02-04NEW FEATURE: provide an RSS feed for each user showing in which games it's ↵Arun Persaud1-0/+2
his turn the feed shows the same as the "It's your turn in these games" box.
2009-04-25NEW FEATURE: added OpenID supportArun Persaud1-1/+17
Users can add and delete OpenIDs on the settings page and then log in user those OpenIds. They can also use their OpenIDs to register.
2008-05-01CLEANUP: moved the statistics page into the include directoryArun Persaud1-1/+4
added action=stats and moved the stats.php page to the include directory. Now we have a nice small index.php. Also moved the session_start in front of the includes, since it gave me an error on the mac otherwise?! Signed-off-by: Arun Persaud <arun@nubati.net>
2008-02-28BUGFIX: link to wiki wasn't in the config file, added link on the home pageArun Persaud1-0/+3
* 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>
2007-12-17BUGFIX: use of local web links now possibleArun Persaud1-2/+4
before I used a lot of http:// requests although the files were in the same domain, now local links with absolute paths are used.
2007-12-17BUGFIX: local time should now work correctlyArun Persaud1-1/+3
had to reset the timezone to the local time. added a config parameter to store the local timezone.
2007-11-02BUGFIX: added a config.php template to the repository and updated the ↵Arun Persaud1-0/+32
INSTALL files