Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2007-12-17 | BUGFIX: use of local web links now possible | Arun Persaud | 1 | -1/+2 | |
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-16 | BUGFIX: time display used wrong timezones. also optimized things a bit | Arun Persaud | 1 | -3/+4 | |
Got rid of a few db-queries for getting the right timezone. The timezone was also set after the timefunction was called and therefore the timezone didn't have any effect. | |||||
2007-07-28 | CLEANUP: moved registration to seperate php file | Arun Persaud | 1 | -0/+98 | |
started cleanup on index.php. trying to move as much out of index.php as possible to make it easier to read. |