summaryrefslogtreecommitdiffstats
path: root/config.php_template
AgeCommit message (Collapse)AuthorFilesLines
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