summaryrefslogtreecommitdiffstats
path: root/include/login.php
AgeCommit message (Collapse)AuthorFilesLines
2008-10-18NEW FEATURE: make it possible to view games where people played with the ↵Arun Persaud1-4/+6
same hand had to change a few things and check more often if people are logge in, so that for example personal notes only show up when you are logged in and not when someone else is looking at your cards Signed-off-by: Arun Persaud <arun@nubati.net>
2008-08-17CLEANUP: some more comments, also removed some debug messagesArun Persaud1-5/+6
Signed-off-by: Arun Persaud <arun@nubati.net>
2008-04-26CLEANUP: cleaned up index.php a bit more by introducing an 'action' variableArun Persaud1-0/+33
no more if, but one nice switch statement in index.php Signed-off-by: Arun Persaud <arun@nubati.net>